EventDuplicate now presents an edit view before saving

This commit is contained in:
David Taylor
2015-08-16 19:31:35 +01:00
parent 72ecec8860
commit 26d671ea0d
3 changed files with 24 additions and 22 deletions

View File

@@ -119,7 +119,9 @@
<div class="col-sm-12">
<div class="col-sm-8">
<h2>
{% if object.pk %}
{% if duplicate %}
Duplicate of Event N{{ object.pk|stringformat:"05d" }}
{% elif object.pk %}
Event N{{ object.pk|stringformat:"05d" }}
{% else %}
New Event