Skip to content
Snippets Groups Projects
Verified Commit e96d97c0 authored by Jonas Leder's avatar Jonas Leder
Browse files

apply styling guidelines

parent 21c5d94a
Branches
No related tags found
Loading
Pipeline #7325 passed
#!/usr/bin/env python3 #!/usr/bin/env python3
from sqlite3 import connect from sqlite3 import connect
from flask import redirect, abort, render_template
from html import escape #This is used to escape characters, if they are send in the url from html import escape #This is used to escape characters, if they are send in the url
from flask import redirect, abort, render_template
def user_profile(request, cookieNotice, s, pageNumber, url_scheme): def user_profile(request, cookieNotice, s, pageNumber, url_scheme):
""" """
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment