Files

6 lines
178 B
HTML
Raw Permalink Normal View History

2026-04-23 17:07:55 +08:00
{% extends "basetable_top.html" %}
{%block custombuttons %}
<a class="btn" href="{% url 'importlayer' project.id %}" style="margin-right:5px;">Import layer</a>
{%endblock%}