cooked/templates/sign_in/form.html

7 lines
80 B
HTML
Raw Normal View History

2024-10-25 17:13:01 +02:00
{% extends "../base.html" %}
{% block content %}
<form>
</form>
{% endblock %}