Private
Public Access
1
0

added some explanation

This commit is contained in:
Sander Roosendaal
2017-10-20 21:38:22 +02:00
parent 157c0373fe
commit aa01ed6221
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
{% if charts %}
<h2>Flex Charts</h2>
<p>Click on the thumbnails to view the full chart.</p>
{% for chart in charts %}
<div class="grid_3 alpha">
<big>{{ forloop.counter }}</big>

View File

@@ -39,9 +39,6 @@
{% include templateName %}
{% endfor %}
{% endblock %}
<div class="grid_2 alpha">
<p>Click on the thumbnails to view the full chart</p>
</div>
</div>
<div id="middlepanel" class="grid_9">
{% block middle_panel %}

View File

@@ -14,9 +14,11 @@ workflowmiddlepanel = (
('panel_middlesocial.html','Social Media Share Buttons'),
)
defaultmiddle = ['panel_statcharts.html',
defaultmiddle = ['panel_middlesocial.html',
'panel_statcharts.html',
'flexthumbnails.html',
'panel_summary.html']
'panel_summary.html',
'panel_map.html']
workflowleftpanel = (
('panel_navigationheader.html','Navigation Header'),