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

Add feedback notice

This commit is contained in:
Mo 2022-05-30 17:26:16 +02:00
parent a1e594bded
commit 5efa921e61

View file

@ -9,7 +9,7 @@ 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></p><br>"
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>"
return dict(active_semester_repr=active_semester_repr, current_user=current_user, footer=footer)