Delete Vaqar from authors.

Commit
7d9136e6b0fc241977a870f7fef6e01ba75904ad
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
README.org
index 4864a78f..03658bc9 100644..100644
@@ -1,5 +1,5 @@
1 1 #+TITLE: README.org for =yesno=
2 Removed: #+AUTHOR: Marius P. and Vaqar S.
2 Added: #+AUTHOR: Marius Peter
3 3 #+DATE: Created: <2020-01-22 Wed> \break Updated: <2020-02-05 Wed>
4 4
5 5 * Folder structure
app/routes.py
index 301a8a84..92980943 100644..100644
@@ -16,6 +16,7 @@
16 16 These are used to avoid cluttering this file with
17 17 placeholder data for posts' content.
18 18 """
19 Added:
19 20 from datetime import datetime
20 21 from flask import Flask, render_template, flash, redirect, url_for
21 22 from forms import RegistrationForm, LoginForm