Merge pull request #2541 from alphagov/choose-new-template

Let users add new template from the choose page
This commit is contained in:
Leo Hemsted
2018-12-04 16:41:38 +00:00
committed by GitHub
7 changed files with 303 additions and 93 deletions

View File

@@ -32,6 +32,10 @@ from . import (
)
class ElementNotFound(Exception):
pass
@pytest.fixture
def app_(request):
app = Flask('app')