mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
11 lines
237 B
HTML
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 %}
|
|
|