front end html to look like existing capsul site without <pre>
This commit is contained in:
@ -3,9 +3,14 @@
|
||||
{% block title %}login{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form method="post">
|
||||
<div class="hero">
|
||||
<form method="post" class="single-content">
|
||||
<label for="email">Email Address</label>
|
||||
<input name="email" id="email" required>
|
||||
<input type="text" name="email" id="email" required>
|
||||
<input type="submit" value="Log In">
|
||||
</form>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block pagesource %}/templates/login.html{% endblock %}
|
Reference in New Issue
Block a user