WIP: Add form globals (#1469)

* Work on #1467 
* Creates the Form global which will contain all forms.
This commit is contained in:
Kevin Chung
2020-06-11 02:32:20 -04:00
committed by GitHub
parent 62b5d4fc4e
commit a47cdb7ce1
51 changed files with 976 additions and 654 deletions

View File

@@ -277,7 +277,7 @@ def test_contact_for_password_reset():
forgot_link = "http://localhost/reset_password"
r = client.get(forgot_link)
assert "Contact a CTF organizer" in r.get_data(as_text=True)
assert "contact an organizer" in r.get_data(as_text=True)
destroy_ctfd(app)