From 37ab6e9132989764fdffb9e321432501c6758d10 Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 2 Apr 2024 21:07:58 +0200 Subject: [PATCH] reorder ergo entry --- templates/index.html.tera | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/index.html.tera b/templates/index.html.tera index 7837aa1..debf756 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -54,19 +54,6 @@ - {% if loggedin_user.weight and loggedin_user.sex and loggedin_user.dob %} - - {% endif %} {% if "Donau Linz" in loggedin_user.roles and "Unterstützend" not in loggedin_user.roles and "Förderndes Mitglied" not in loggedin_user.roles %} {% endif %} + {% if loggedin_user.weight and loggedin_user.sex and loggedin_user.dob %} + + {% endif %}