add command to process location data

This commit is contained in:
2017-08-03 19:52:43 +02:00
parent 222367a6a2
commit 81d9b7f29c
5 changed files with 31 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
{% extends "admin/change_list.html" %}
{% load i18n admin_urls static admin_list %}
{% block object-tools-items %}
<li>
<a href="{% url 'admin:process_locationdata' %}">
LD Verarbeiten
</a>
</li>
{{ block.super }}
{% endblock %}