7 lines
80 B
HTML
7 lines
80 B
HTML
{% extends "../base.html" %}
|
|
|
|
{% block content %}
|
|
<form>
|
|
</form>
|
|
{% endblock %}
|