login and register

This commit is contained in:
2024-08-01 11:10:49 -07:00
parent 3162b662b5
commit 9db540fc1c
10 changed files with 129 additions and 11 deletions

View File

@ -22,4 +22,7 @@
<p>{{ form.submit }}</p>
</form>
<p><a href="{{ url_for('register') }}">Register Here</a></p>
{% endblock %}