Change button name.

Fixes #1032
 - Legacy-Id: 5708
This commit is contained in:
Emilio Jiménez 2013-05-08 10:43:10 +00:00
parent a7fed41d2c
commit faa62e2b4d

View file

@ -7,6 +7,6 @@
<form action="" method="post">
{{ form }}
<p><input type="submit" value="{% if position %}Edit{% else %}Add{% endif %}" /> <a href="../">Cancel</a></p>
<p><input type="submit" value="{% if position %}Save{% else %}Add{% endif %}" /> <a href="../">Cancel</a></p>
</form>
{% endblock nomcom_content %}