1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/budget/templates/add_bill.html

13 lines
239 B
HTML
Raw Normal View History

2011-03-10 03:37:21 +01:00
{% extends "layout.html" %}
2011-07-29 17:14:33 +02:00
{% block top_menu %}
<a href="{{ url_for(".list_bills") }}">{{ _("Back to the list") }}</a>
2011-07-29 17:14:33 +02:00
{% endblock %}
2011-03-10 03:37:21 +01:00
{% block content %}
2011-08-21 01:42:10 +02:00
<form method="post">
2011-09-09 19:14:19 +02:00
{{ forms.add_bill(form, edit) }}
2011-08-21 01:42:10 +02:00
</form>
2011-03-10 03:37:21 +01:00
{% endblock %}