front end html to look like existing capsul site without <pre>

This commit is contained in:
2020-05-10 21:43:06 -05:00
parent d706ae7761
commit 5d37f26585
8 changed files with 204 additions and 51 deletions

View File

@ -3,5 +3,9 @@
{% block title %}check your email{% endblock %}
{% block content %}
check your email. a login link has been sent to {{ email }}
{% endblock %}
<div class="hero">
<div class="single-content">check your email. a login link has been sent to {{ email }}</div>
</div>
{% endblock %}
{% block pagesource %}/templates/login-landing.html{% endblock %}