diff --git a/pretalx_downstream/templates/pretalx_downstream/settings.html b/pretalx_downstream/templates/pretalx_downstream/settings.html index da2e62f..45c3713 100644 --- a/pretalx_downstream/templates/pretalx_downstream/settings.html +++ b/pretalx_downstream/templates/pretalx_downstream/settings.html @@ -1,12 +1,12 @@ {% extends "orga/base.html" %} -{% load bootstrap4 %} {% load i18n %} {% load tz %} {% block content %}

{% trans "Set up upstream sync" %}

{% csrf_token %} - {% bootstrap_form form layout='event' %} + {% include "common/forms/errors.html" with errors=form.non_field_errors %} + {{ form }} {% if last_pulled %}

Last automatic sync: {{ last_pulled|date:"SHORT_DATETIME_FORMAT" }}

{% endif %}