diff --git a/advlabdb/routes.py b/advlabdb/routes.py index 25b50dd..e1bb5f9 100644 --- a/advlabdb/routes.py +++ b/advlabdb/routes.py @@ -10,10 +10,9 @@ bp = Blueprint("main", __name__, root_path="/", template_folder="templates") @bp.app_context_processor def util_processor(): - author_email = "mobitar@students.uni-mainz.de" repo_url = settings["repo_url"] - footer = f"This website is still under development (beta release)! If you have any questions, find any bugs or want some feature, please write a formless email (german/english) to Mo Bitar: {author_email}

AdvLabDB - Source code" + footer = f"AdvLabDB - Source code" return dict(active_semester_str=active_semester_str, current_user=current_user, footer=footer)