diff options
Diffstat (limited to 'module/web/templates/default.tpl')
-rw-r--r-- | module/web/templates/default.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/module/web/templates/default.tpl b/module/web/templates/default.tpl index 2508455cb..b184f4017 100644 --- a/module/web/templates/default.tpl +++ b/module/web/templates/default.tpl @@ -180,6 +180,18 @@ this.morph({'color': '#000', 'padding-left': '0px'}); <b>You were successfully logged in</b> +%elif page=="queue": + +<ul> + +%for id in links['order']: + + +<li>{{links[id].url}}</li> + +%end + +</ul> %end |