Skip to content

Commit

Permalink
Remove logs from pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Oct 7, 2024
1 parent abea68f commit a374c3e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pretalx_pages/templates/pretalx_pages/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ <h1>{% trans "Page" %}</h1>
<form action="" method="post" class="form-horizontal" data-id="{{ page.id }}">
{% csrf_token %}
{% bootstrap_form_errors form type='non_fields' %}
<div class="row">
<div class="col-xs-12 {% if page %}col-lg-10{% endif %}">
<fieldset>
<legend>{% trans "General information" %}</legend>
{% bootstrap_field form.title layout="event" %}
Expand All @@ -23,17 +21,5 @@ <h1>{% trans "Page" %}</h1>
{% bootstrap_field form.text layout="event" %}
</fieldset>
{% include "orga/includes/submit_row.html" %}
</div>
{% if page and page.pk %}
<div class="col-xs-12 col-lg-2">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{% trans "Page history" %}</h3>
</div>
{% include "common/logs.html" with entries=page.logged_actions %}
</div>
</div>
{% endif %}
</div>
</form>
{% endblock %}

0 comments on commit a374c3e

Please sign in to comment.