summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2014-11-19 03:11:16 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2014-11-19 03:11:16 +0100
commit4f377e9e70cce40fec9bed51b76d0650d5a750df (patch)
tree3066286e3de08c2e1684a2f6c3fba81eb8209d19 /templates
parent0ab3f1eba28a1ccaef772e47a03942e03c414f73 (diff)
downloadpadlite-teams-4f377e9e70cce40fec9bed51b76d0650d5a750df.tar.gz
padlite-teams-4f377e9e70cce40fec9bed51b76d0650d5a750df.tar.bz2
padlite-teams-4f377e9e70cce40fec9bed51b76d0650d5a750df.zip
forms: add ChangePad to edit an existing pad
Diffstat (limited to 'templates')
-rw-r--r--templates/group.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/group.html b/templates/group.html
index 0b6e383..5177c50 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -34,7 +34,7 @@
<a href="#" class="btn-block">{{pad}}</a>
</td>
<td class="col-sm-1 text-right">
- <a href="#" class="btn-block glyphicon glyphicon-cog" />
+ <a href="{{ url_for('pad_change', group_name=group.name, pad_name=pad.name) }}" class="btn-block glyphicon glyphicon-cog" />
</td>
</tr>