aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/create_project.html
blob: 6593822c0a2d8c3974e47ebf347ba6799bb2dcc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% 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 %}