add notes app
This commit is contained in:
parent
acb398be1c
commit
a29376b3c5
38 changed files with 1720 additions and 45 deletions
|
@ -77,5 +77,10 @@
|
|||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- Notizen für diese Übersicht -->
|
||||
{% load notizen_tags %}
|
||||
{% show_page_notizen "costs_overview" %}
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue