Templating improvements to RA/EC stuff

This commit is contained in:
2020-08-31 13:03:27 +01:00
parent 8842c2c3d9
commit 689124a891
17 changed files with 146 additions and 61 deletions

View File

@@ -225,6 +225,7 @@
<div class="col-12 text-right">
<a href="{% url 'ec_edit' object.pk %}" class="btn btn-warning my-3"><span class="fas fa-edit"></span> <span
class="hidden-xs">Edit</span></a>
{{ object.review_string|safe }}
</div>
<div class="col-12 text-right">
{% include 'partials/last_edited.html' with target="eventchecklist_history" %}