parent
10ca0cd7f1
commit
6be7f3c3cd
10 changed files with 128 additions and 0 deletions
19
app/export/templates/export/export_site.html
Normal file
19
app/export/templates/export/export_site.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-lg-8 mb-3">
|
||||
<h3>Datenexport</h3>
|
||||
<p>
|
||||
Anbei finden Sie mehrere Möglichkeiten die Daten der Anwendung zu
|
||||
exportieren.
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="{% url 'export_birds' %}">alle Patienten</a></li>
|
||||
<li>alle Finder</li>
|
||||
<li>alle Patienten Finder</li>
|
||||
<li><a href="{% url 'export_costs' %}">alle Kosten</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue