aboutsummaryrefslogtreecommitdiffstats
path: root/lib/srtgui/templates/basetable_top_layers.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srtgui/templates/basetable_top_layers.html')
-rw-r--r--lib/srtgui/templates/basetable_top_layers.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/srtgui/templates/basetable_top_layers.html b/lib/srtgui/templates/basetable_top_layers.html
new file mode 100644
index 00000000..722091b2
--- /dev/null
+++ b/lib/srtgui/templates/basetable_top_layers.html
@@ -0,0 +1,5 @@
+{% extends "basetable_top.html" %}
+
+{%block custombuttons %}
+ <a class="btn" href="{% url 'importlayer' project.id %}" style="margin-right:5px;">Import layer</a>
+{%endblock%}