Tax rule editor: Show edit history

This commit is contained in:
Raphael Michel
2020-12-11 15:37:48 +01:00
parent 2cd5094393
commit 246d150511

View File

@@ -18,6 +18,8 @@
<form action="" method="post" class="form-horizontal">
{% csrf_token %}
{% bootstrap_form_errors form %}
<div class="row">
<div class="col-xs-12 col-lg-10">
<div class="tabbed-form">
<fieldset>
<legend>{% trans "General" %}</legend>
@@ -116,5 +118,17 @@
{% trans "Save" %}
</button>
</div>
</div>
<div class="col-xs-12 col-lg-2">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
{% trans "Change history" %}
</h3>
</div>
{% include "pretixcontrol/includes/logs.html" with obj=rule %}
</div>
</div>
</div>
</form>
{% endblock %}