mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-03-23 05:22:45 +00:00
fix: error_handler gets 1 parameter
This commit is contained in:
@@ -102,6 +102,6 @@ def index():
|
||||
)
|
||||
|
||||
|
||||
def locked():
|
||||
def locked(e):
|
||||
"""Error page for status locked."""
|
||||
return render_template("invenio_theme_tugraz/423.html")
|
||||
|
||||
Reference in New Issue
Block a user