6 lines
178 B
HTML
6 lines
178 B
HTML
|
{% extends "basetable_top.html" %}
|
||
|
|
||
|
{%block custombuttons %}
|
||
|
<a class="btn" href="{% url 'importlayer' project.id %}" style="margin-right:5px;">Import layer</a>
|
||
|
{%endblock%}
|