Clarify some common workflow confusion
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user