diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-10-26 15:51:29 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-10-26 15:51:29 +0200 |
commit | 9443569fb4f50222da03ce5f4d94eb56938ced8f (patch) | |
tree | 7d3cec701118980e43583e22cf4642a1641de8c9 /servo/templates/notes/form.html | |
parent | 052f2a44c8b1d809060c1d9501d31f71e8ef79e8 (diff) | |
download | Servo-9443569fb4f50222da03ce5f4d94eb56938ced8f.tar.gz Servo-9443569fb4f50222da03ce5f4d94eb56938ced8f.tar.bz2 Servo-9443569fb4f50222da03ce5f4d94eb56938ced8f.zip |
Say "Send" when sending
Diffstat (limited to 'servo/templates/notes/form.html')
-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 %} |