show own data + add gitignore folder

This commit is contained in:
philipp 2023-11-02 12:58:50 +01:00
parent 41bdc73cfa
commit 728d87ab05
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ db.sqlite
Rocket.toml
frontend/node_modules/*
/static/
/data-ergo/

View File

@ -7,6 +7,19 @@
{% if flash %}
{{ macros::alert(message=flash.1, type=flash.0, class="sm:col-span-2 lg:col-span-3") }}
{% endif %}
<details>
<summary>Deine Daten</summary>
<p>
Folgende Daten hat der Ruderassistent von dir. Wenn diese nicht mehr aktuell sind, bitte gewünschte Änderungen an Philipp melden (Tel. nr siehe Signal, oder an it@rudernlinz.at).
<br /><br />
<ul>
<li>Geburtsdatum: {{ loggedin_user.dob }}</li>
<li>Gewicht: {{ loggedin_user.weight}} kg</li>
<li>Geschlecht: {{ loggedin_user.sex}}</li>
</ul>
</p>
</details>
<h1 class="h1">Neuer Eintrag</h1>
<details>
<summary>Dirty Thirty</summary>