work+htmx
This commit is contained in:
parent
34f3367a08
commit
d248c99242
11 changed files with 111 additions and 29 deletions
|
@ -1,13 +1,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<title> Berichtsheft {{ report.num }} </title>
|
||||
{% include 'head.html' %}
|
||||
</head>
|
||||
<body>
|
||||
<h1> Berichtsheft {{ report.num }} </h1>
|
||||
|
||||
<p> Berichtsheft {{ report.year }} / {{ report.week }} </p>
|
||||
|
||||
<p> Is Approved ? {{ approved }} </p>
|
||||
<p> Is Approved ? {{ report.is_approved }} </p>
|
||||
|
||||
{% for key, value in report.content.items %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue