add notes app

This commit is contained in:
Java-Fish 2025-06-10 14:49:08 +02:00
parent acb398be1c
commit a29376b3c5
38 changed files with 1720 additions and 45 deletions

View file

@ -77,5 +77,10 @@
{% endfor %}
</tbody>
</table>
<!-- Notizen für diese Übersicht -->
{% load notizen_tags %}
{% show_page_notizen "costs_overview" %}
{% endblock content %}

View file

@ -1,6 +1,9 @@
{% extends "base.html" %}
{% load static %}
{% extends "base.html" </div>
</div>
{% endblock content %}load static %}
{% load crispy_forms_tags %}
{% load notizen_tags %}
{% block content %}
<h3>Buchung bearbeiten</h3>
<div class="row mt-3">
@ -21,4 +24,8 @@
</p>
</div>
</div>
<!-- Notizen für diese Buchung -->
{% show_object_notizen costs %}
{% endblock content %}