From 728d87ab05f29d4f2eb87ca9b48fbd3bf3eb7932 Mon Sep 17 00:00:00 2001
From: philipp
Date: Thu, 2 Nov 2023 12:58:50 +0100
Subject: [PATCH] show own data + add gitignore folder
---
.gitignore | 1 +
templates/ergo.html.tera | 13 +++++++++++++
2 files changed, 14 insertions(+)
diff --git a/.gitignore b/.gitignore
index d17d371..6b4b2c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ db.sqlite
Rocket.toml
frontend/node_modules/*
/static/
+/data-ergo/
diff --git a/templates/ergo.html.tera b/templates/ergo.html.tera
index 2ecc90f..bb478b8 100644
--- a/templates/ergo.html.tera
+++ b/templates/ergo.html.tera
@@ -7,6 +7,19 @@
{% if flash %}
{{ macros::alert(message=flash.1, type=flash.0, class="sm:col-span-2 lg:col-span-3") }}
{% endif %}
+
+ Deine Daten
+
+ 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).
+
+
+ - Geburtsdatum: {{ loggedin_user.dob }}
+ - Gewicht: {{ loggedin_user.weight}} kg
+ - Geschlecht: {{ loggedin_user.sex}}
+
+
+
+
Neuer Eintrag
Dirty Thirty