mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add feedback notice
This commit is contained in:
parent
a1e594bded
commit
5efa921e61
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from .models import Semester
|
||||||
@app.context_processor
|
@app.context_processor
|
||||||
def util_processor():
|
def util_processor():
|
||||||
author_email = "mo8it@proton.me"
|
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)
|
return dict(active_semester_repr=active_semester_repr, current_user=current_user, footer=footer)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue