We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743ddd2 commit d4611e4Copy full SHA for d4611e4
webapp/vsearch_for_web.py
@@ -56,6 +56,7 @@ def entry_page() -> 'html':
56
the_title='Welcome to search_for_letters on the web!')
57
58
@app.route('/viewlog')
59
+@check_logged_in
60
def view_the_log() -> 'html':
61
"""Display the contents of the log file as a HTML table."""
62
with UseDatabase(app.config['dbconfig']) as cursor:
0 commit comments