1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-17 18:31:15 +00:00

Adjust footer

This commit is contained in:
Mo 2022-06-17 22:24:23 +02:00
parent 9d0073d940
commit 05ed82ac9f
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@ from .models import Semester
@app.context_processor
def util_processor():
author_email = "mo8it@proton.me"
footer = f"<hr><p style='font-size:14px'>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 to Mo Bitar: <a href='mailto:{author_email}'>{author_email}</a>. Feedback is also welcome :)</p><br>"
author_email = "mobitar@students.uni-mainz.de"
footer = f"<hr><p style='font-size:14px'>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: <a href='mailto:{author_email}'>{author_email}</a>. Feedback is also welcome :)</p><br>"
return dict(active_semester_str=active_semester_str, current_user=current_user, footer=footer)

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "advlabdb"
version = "0.5.0"
version = "0.5.1"
description = "Database with a web interface for labs."
authors = ["Mo Bitar <mo8it@proton.me>"]
readme = "README.adoc"