it sends a magic link when you log in

This commit is contained in:
2020-05-09 22:59:22 -05:00
parent edb476ec41
commit 64bca1fd97
10 changed files with 137 additions and 28 deletions

View File

@ -0,0 +1,6 @@
{% extends 'base.html' %}
{% block content %}
Index Page!
{% endblock %}