Adds PanelGroup class and site customization hook.
* Adds a PanelGroup class and slightly reworks the way panel
ordering is handled to fix bug 963550.
* Adds the option to load a python module containing
site customizations after the site is fully initialized,
but before the URLConf is dynamically constructed.
Fixes bug 965839.
Change-Id: Idc5358f2db6751494bcdfc382ec3bb6af65199b9
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% for heading, panels in components.iteritems %}
|
||||
{% with panels|can_haz_list:user as filtered_panels %}
|
||||
{% if filtered_panels %}
|
||||
<h4>{{ heading }}</h4>
|
||||
{% if heading %}<h4>{{ heading }}</h4>{% endif %}
|
||||
<ul class="main_nav">
|
||||
{% for panel in filtered_panels %}
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user