metrics are working!!!

This commit is contained in:
2020-05-13 00:28:53 -05:00
parent 7337375ae8
commit 30464ac8e5
25 changed files with 601 additions and 81 deletions

View File

@ -3,7 +3,7 @@
{% block title %}check your email{% endblock %}
{% block content %}
<div class="full-margin">Check your email. A login link has been sent to {{ email }}</div>
<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 %}