Clarify some common workflow confusion

This commit is contained in:
j3s
2020-05-20 23:01:14 -05:00
parent 7f3fb8b898
commit 4b9d56f610
3 changed files with 25 additions and 29 deletions

View File

@ -1,11 +1,12 @@
{% extends 'base.html' %}
{% block title %}login{% endblock %}
{% block title %}Login/Register{% endblock %}
{% block content %}
<div class="row half-margin">
<h1>LOGIN</h1>
<h1>LOGIN/REGISTER</h1>
</div>
<p>If you do not already have an account, one will be made for you.</p>
<form method="post" class="half-margin">
<div class="row wrap">
<label for="email">Email Address</label>
@ -15,4 +16,4 @@
</form>
{% endblock %}
{% block pagesource %}/templates/login.html{% endblock %}
{% block pagesource %}/templates/login.html{% endblock %}