diff options
author | Dominic DiTaranto <domdit@gmail.com> | 2024-10-28 11:36:09 -0400 |
---|---|---|
committer | Dominic DiTaranto <domdit@gmail.com> | 2024-10-28 11:36:09 -0400 |
commit | 286161b0912007c6f3859868a006e9818752a4aa (patch) | |
tree | d016592f7fa38b93f15e818586a9d294d80b6f3c /web/templates/registration |
init commit
Diffstat (limited to 'web/templates/registration')
-rw-r--r-- | web/templates/registration/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/registration/login.html b/web/templates/registration/login.html new file mode 100644 index 0000000..afdff9b --- /dev/null +++ b/web/templates/registration/login.html @@ -0,0 +1 @@ +{% extends "admin/login.html" %} |