diff --git a/src/pretix/presale/templates/pretixpresale/event/base.html b/src/pretix/presale/templates/pretixpresale/event/base.html index b8271a7101..b11a3421ba 100644 --- a/src/pretix/presale/templates/pretixpresale/event/base.html +++ b/src/pretix/presale/templates/pretixpresale/event/base.html @@ -33,21 +33,6 @@ {% endif %} - {% if request.now_dt_is_fake %} -
-
- - {% blocktrans trimmed with datetime=request.now_dt|date:"SHORT_DATETIME_FORMAT" %} - You are currently using the time machine. The ticket shop is rendered as if it were {{ datetime }}. - {% endblocktrans %} - {% trans "Change" %} -
- {% csrf_token %} - -
-
-
- {% endif %}