mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2026-03-21 22:32:17 +00:00
parent
da40de2759
commit
3a3d87f72d
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import os
|
|||
import re
|
||||
import secrets
|
||||
from typing import Any, Optional, overload
|
||||
from urllib.parse import urljoin
|
||||
from urllib.parse import urlencode, urljoin
|
||||
|
||||
import cgi
|
||||
import itsdangerous
|
||||
|
|
@ -402,7 +402,7 @@ try:
|
|||
|
||||
print("Status: 302 Found")
|
||||
print("Content-Type: text/html")
|
||||
print(f"Location: /kontakt/fertig#{urllib.parse.urlencode(dict(email=contact_email))}")
|
||||
print(f"Location: /kontakt/fertig#{urlencode(dict(email=contact_email))}")
|
||||
print("")
|
||||
except Exception as e:
|
||||
fail("500 Internal Server Error", str(e))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue