aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/notes/form.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/notes/form.html')
-rwxr-xr-xservo/templates/notes/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/notes/form.html b/servo/templates/notes/form.html
index c4eda72..ae0f019 100755
--- a/servo/templates/notes/form.html
+++ b/servo/templates/notes/form.html
@@ -99,7 +99,7 @@
{% if note.pk %}
<a class="btn btn-danger" href="{% url 'notes-delete_note' note.pk %}" data-modal="#modal">{% trans "Delete" %}</a>
{% endif %}
- <input type="submit" class="btn btn-primary" value="{% trans "Save" %}"/>
+ <button type="submit" class="btn btn-primary">{{ command }}</button>
</div>
</form>
{% endblock second_column %}