init
This commit is contained in:
1
app/user/templates/user/layout.html
Normal file
1
app/user/templates/user/layout.html
Normal file
@@ -0,0 +1 @@
|
||||
{% extends "base.html" %}
|
||||
9
app/user/templates/user/login.html
Normal file
9
app/user/templates/user/login.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "user/layout.html" %}
|
||||
{% load django_vite %}
|
||||
|
||||
{% block js %}
|
||||
<script>
|
||||
let form_error = {% if form.erros %}{{ form.errors.as_json|safe }}{% else %}false{% endif %};
|
||||
</script>
|
||||
{% vite_asset "app/login.js" %}
|
||||
{% endblock %}
|
||||
0
app/user/templates/user/register.html
Normal file
0
app/user/templates/user/register.html
Normal file
Reference in New Issue
Block a user