Get login working

This commit is contained in:
2024-11-28 11:37:56 -05:00
parent 17b399aa3f
commit 2656d93208
18 changed files with 1577 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
{% extends 'base.html.twig' %}
{% block title %}Dashboard
{% endblock %}
{% block body %}{% endblock %}