diff --git a/pretalx_pages/templates/pretalx_pages/form.html b/pretalx_pages/templates/pretalx_pages/form.html index 523a9af..d1a3c12 100644 --- a/pretalx_pages/templates/pretalx_pages/form.html +++ b/pretalx_pages/templates/pretalx_pages/form.html @@ -10,8 +10,6 @@

{% trans "Page" %}

{% csrf_token %} {% bootstrap_form_errors form type='non_fields' %} -
-
{% trans "General information" %} {% bootstrap_field form.title layout="event" %} @@ -23,17 +21,5 @@

{% trans "Page" %}

{% bootstrap_field form.text layout="event" %}
{% include "orga/includes/submit_row.html" %} -
- {% if page and page.pk %} -
-
-
-

{% trans "Page history" %}

-
- {% include "common/logs.html" with entries=page.logged_actions %} -
-
- {% endif %} -
{% endblock %}