Private
Public Access
1
0

more options for left panel

This commit is contained in:
Sander Roosendaal
2017-10-18 16:16:55 +02:00
parent 13dee6305d
commit b14a47d22c
13 changed files with 74 additions and 24 deletions

View File

@@ -31,6 +31,11 @@
</div>
<div id="leftpanel" class="grid_2 alpha">
{% block left_panel %}
<div class="grid_2 alpha">
<p>
<a class="button gray small" href="/rowers/me/workflowconfig">Configure this page</a>
</p>
</div>
{% for templateName in leftTemplates %}
{% include templateName %}
{% endfor %}