Parent: [6a3c20] (diff)

Child: [9184c4] (diff)

Download this file

neighborhood_admin_overview.html    26 lines (19 with data), 636 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{% extends g.theme.master %}
{% block title %}{{neighborhood.name}} / Overview{% endblock %}
{% block header %}Administration Overview for {{neighborhood.name}}{% endblock %}
{% block nav_menu %}
{% include 'allura:templates/jinja_master/neigh_nav_menu.html' %}
{% endblock %}
{% block top_nav %}
{% include 'allura:templates/jinja_master/neigh_top_nav.html' %}
{% endblock %}
{% block content %}
{{c.overview_form.display(value=neighborhood)}}
{% endblock %}
{% block extra_css %}
<style type="text/css">
.grid-14 input[type="text"], .grid-14 select, .grid-14 textarea{
width: 95%
}
</style>
{% endblock %}