From acbf413107b3d6c17a4aa92404495acf8cb9cf5c Mon Sep 17 00:00:00 2001 From: Marijn Jansen Date: Tue, 19 Mar 2019 10:24:48 +0100 Subject: [PATCH] Test 1 --- .idea/watcherTasks.xml | 22 +++++++++- Pipfile | 3 ++ Pipfile.lock | 60 +++++++++++++++++++++++++- Procfile | 1 + app.py | 74 +++++++++++++++++++++++++++++--- requirements.txt | 11 +++++ static/bootstrap.scss | 2 +- static/style.scss | 3 -- templates/adm/layout.html | 4 ++ templates/adm/login.html | 26 +++++++++++ templates/adm/nav.html | 3 ++ templates/layout.html | 16 +++---- templates/{ => main}/footer.html | 0 templates/{ => main}/index.html | 4 +- templates/main/layout.html | 9 ++++ templates/main/modal.html | 31 +++++++++++++ templates/{ => main}/nav.html | 6 +-- templates/modal.html | 32 -------------- 18 files changed, 248 insertions(+), 59 deletions(-) create mode 100644 Procfile create mode 100644 requirements.txt create mode 100644 templates/adm/layout.html create mode 100644 templates/adm/login.html create mode 100644 templates/adm/nav.html rename templates/{ => main}/footer.html (100%) rename templates/{ => main}/index.html (96%) create mode 100644 templates/main/layout.html create mode 100644 templates/main/modal.html rename templates/{ => main}/nav.html (64%) delete mode 100644 templates/modal.html diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml index c70980f..c79dd4f 100644 --- a/.idea/watcherTasks.xml +++ b/.idea/watcherTasks.xml @@ -1,6 +1,26 @@ + + +