diff options
Diffstat (limited to 'servo/templates')
-rwxr-xr-x | servo/templates/devices/upload_devices.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/servo/templates/devices/upload_devices.html b/servo/templates/devices/upload_devices.html index 1d30242..04cdc47 100755 --- a/servo/templates/devices/upload_devices.html +++ b/servo/templates/devices/upload_devices.html @@ -1,9 +1,7 @@ {% extends "modal.html" %} {% load i18n %} -{% block header %} -{% trans "Upload devices" %} -{% endblock header %} +{% block header %}{{ title }}{% endblock header %} {% block body %} <form action="{{ action }}" method="post" enctype="multipart/form-data" class="form-horizontal"> @@ -11,3 +9,8 @@ {% include "form_snippet.html" %} </form> {% endblock body %} + +{% block footer %} + <a class="btn btn-default" href="{{ STATIC_URL }}/examples/upload_devices.xlsx">{% trans "Download example" %}</a> + <button type="submit" class="btn btn-primary">{% trans "Submit" %}</button> +{% endblock footer %}
\ No newline at end of file |