From 7d9136e6b0fc241977a870f7fef6e01ba75904ad Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Wed, 22 Sep 2021 17:24:50 -0700 Subject: Delete Vaqar from authors. --- README.org | 2 +- app/routes.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 4864a78..03658bc 100644 --- a/README.org +++ b/README.org @@ -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 -- cgit v1.2.3