diff options
Diffstat (limited to 'servo/templates/notes')
-rwxr-xr-x | servo/templates/notes/form.html | 2 |
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 %} |