bvcbc
This commit is contained in:
parent
cf7f5385c1
commit
fbb0fb95d2
7 changed files with 99 additions and 7 deletions
|
@ -22,6 +22,11 @@ def privacy(v):
|
|||
def emojis(v):
|
||||
return render_template("marseys.html", v=v, marseys=marseys.items())
|
||||
|
||||
@app.get("/terms")
|
||||
@auth_desired
|
||||
def terms(v):
|
||||
return render_template("terms.html", v=v)
|
||||
|
||||
@app.get('/sidebar')
|
||||
@auth_desired
|
||||
def sidebar(v):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue