Parent: [eb0ea3] (diff)

Child: [462c18] (diff)

Download this file

neighborhood_add_project.html    9 lines (6 with data), 265 Bytes

1
2
3
4
5
6
7
8
{% set hide_left_bar = True %}
{% extends 'jinja_master/master.html' %}
{% block title %}{{neighborhood.name}} / Create a Project{% endblock %}
{% block content %}
{{c.add_project.display(action=neighborhood.url()+'register',value=form_data)}}
{% endblock %}