aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/admin/locations/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/admin/locations/index.html')
-rw-r--r--servo/templates/admin/locations/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/servo/templates/admin/locations/index.html b/servo/templates/admin/locations/index.html
new file mode 100644
index 0000000..92fe940
--- /dev/null
+++ b/servo/templates/admin/locations/index.html
@@ -0,0 +1,6 @@
+{% extends "generic/admin_list.html" %}
+{% load i18n %}
+
+{% block toolbar %}
+ <a href="{% url 'admin-create_location' %}" class="btn btn-default navbar-btn"><i class="icon-plus"></i> {% trans "New Location" %}</a>
+{% endblock toolbar %}