added forbidden_view_config on login.jinja2

This commit is contained in:
2022-12-09 10:53:57 +01:00
parent 85c60cc561
commit fe69670f19
8 changed files with 105 additions and 13 deletions

View File

@@ -20,8 +20,8 @@ requires = [
'SQLAlchemy',
'transaction',
'zope.sqlalchemy',
'wtforms==2.2.1', # form library
'webhelpers2==2.0', # various web building related helpers
'wtforms', # form library 2.2.1
'webhelpers2', # various web building related helpers 2.0
'passlib',
'markdown2',
]