mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +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 %}
|
|
|