1 parent a7fed41 commit faa62e2Copy full SHA for faa62e2
1 file changed
ietf/templates/nomcom/edit_position.html
@@ -7,6 +7,6 @@ <h3>{% if position %}Edit{% else %}Add{% endif %} position</h3>
7
8
<form action="" method="post">
9
{{ form }}
10
-<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>
11
</form>
12
{% endblock nomcom_content %}
0 commit comments