capsul-flask/capsulflask/templates/login-landing.html

9 lines
274 B
HTML
Raw Normal View History

2020-05-10 18:51:54 +00:00
{% extends 'base.html' %}
{% block title %}check your email{% endblock %}
{% block content %}
2020-05-13 05:28:53 +00:00
<div class="row full-margin">Check your email. A login link has been sent to {{ email }}</div>
{% endblock %}
{% block pagesource %}/templates/login-landing.html{% endblock %}