mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-30 18:22:38 +02:00
7 lines
173 B
HTML
7 lines
173 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
<form class="form-horizontal" method="post" accept-charset="utf-8">
|
|
{{ forms.create_archive(form) }}
|
|
</form>
|
|
{% endblock %}
|