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/create_project.html
2011-07-31 23:55:02 +02:00

11 lines
237 B
HTML

{% extends "layout.html" %}
{% block content %}
<h2>Create a new project</h2>
<div class="uniForm">
<form method="post" class="container span-24 add-bill">
{{ forms.create_project(form) }}
</form>
</div>
{% endblock %}