mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-20 23:41:20 +00:00
Adjust footer
This commit is contained in:
parent
9d0073d940
commit
05ed82ac9f
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue