diff options
Diffstat (limited to 'src/templates/base.html')
-rw-r--r-- | src/templates/base.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/templates/base.html b/src/templates/base.html index 61a9b7b..818e137 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -88,6 +88,16 @@ <li><a class="tip" title="SUNET Community Support" href="http://community.sunet.se">SUNET Community Support</a></li> </ul> </li> + <li> + <ul> + <li><h3>Developers</h3></li> + {% if tags %} + <li><a href="{% prefix %}/widget/+{{tags}}">Meetingtools jQuery widget</a></li> + {% else %} + <li><a href="{% prefix %}/widget/+example">Meetingtools jQuery widget</a></li> + {% endif %} + </ul> + </li> </ul> <div style="float: right; margin-top: 10px;"> {% block validators %}{% endblock %} |