Parent: [9f5c19] (diff)

Child: [5f54cc] (diff)

Download this file

neighborhood_add_project.html    11 lines (7 with data), 309 Bytes

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