Skip to content

Commit

Permalink
Fix TemplateAssertionError in forms (CTFd#1675)
Browse files Browse the repository at this point in the history
* Pin Jinja2==2.11.2 to fix a Jinja Assertion error
  • Loading branch information
NicolaiSoeborg authored Oct 3, 2020
1 parent f331ee7 commit 4c31dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Flask==1.1.2
Werkzeug==1.0.1
Jinja2==2.11.2
Flask-SQLAlchemy==2.4.3
Flask-Caching==1.8.0
Flask-Migrate==2.5.3
Expand Down

0 comments on commit 4c31dc2

Please sign in to comment.