Skip to content

Commit

Permalink
Change quoter_templates.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TomacGG authored Sep 21, 2024
1 parent cda7904 commit 98a42f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/quoter_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ def page(content,user_id,title,error=None):
"""
else:
links = f"""
<label class="link" for="signinCheckbox">Inloggen daar</label>
<label class="link" for="signinCheckbox">Inloggen</label>
"""

return f"""<!DOCTYPE html>
<html lang="en-US">
<head>
<title>{title or "Quoter XP"}</title>
<title>{title or "Quoter XP - Thomas"}</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="/static/style.css">
</head>
Expand Down

0 comments on commit 98a42f8

Please sign in to comment.