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