Deleted all the defunct venv stuff and moved project dir to root.

This commit is contained in:
2020-07-29 09:30:01 +02:00
parent 8e25d5dff2
commit bf3a7d5c35
892 changed files with 0 additions and 147427 deletions

View File

@@ -0,0 +1,15 @@
{% extends 'global.html'%}
{% load static %}
# {% block title %}Login{% endblock %}
{% block maincontent %}
<h2>Login</h2>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Login</button>
</form>
{% endblock maincontent %}