parent
cc02b4126b
commit
d56c56053d
1 changed files with 8 additions and 3 deletions
|
@ -1,16 +1,21 @@
|
|||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block header %}
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
|
||||
{% endblock header %}
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-lg-8 mb-3">
|
||||
<h3>Datenexport</h3>
|
||||
<h3>Datenexport <i class="fa-solid fa-file-csv"></i></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><a href="{% url 'export_costs' %}">alle Kosten</a></li>
|
||||
<li>alle Patienten: <a href="{% url 'export_birds' %}"><i class="fa-solid fa-file-export"></i></a></li>
|
||||
<li>alle Kosten: <a href="{% url 'export_costs' %}"><i class="fa-solid fa-file-export"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue