This commit is contained in:
relikd
2023-05-29 15:20:07 +02:00
commit 1380b156d8
126 changed files with 3612 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{% extends 'base.html' %}
{% load tabular_list %}
{% block content %}
<h2>Buchungstypen</h2>
{% tabular_list objects=booking_types.objects views=booking_types.views columns=booking_types.columns render_options=booking_types.render %}
{% endblock content %}