cooked/templates/sign_in/form.html
2024-10-25 17:13:01 +02:00

7 lines
80 B
HTML

{% extends "../base.html" %}
{% block content %}
<form>
</form>
{% endblock %}