diff options
-rw-r--r-- | README.org | 2 | ||||
-rw-r--r-- | app/routes.py | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ #+TITLE: README.org for =yesno= -#+AUTHOR: Marius P. and Vaqar S. +#+AUTHOR: Marius Peter #+DATE: Created: <2020-01-22 Wed> \break Updated: <2020-02-05 Wed> * Folder structure diff --git a/app/routes.py b/app/routes.py index 301a8a8..9298094 100644 --- a/app/routes.py +++ b/app/routes.py @@ -16,6 +16,7 @@ Personal imports: These are used to avoid cluttering this file with placeholder data for posts' content. """ + from datetime import datetime from flask import Flask, render_template, flash, redirect, url_for from forms import RegistrationForm, LoginForm |