summaryrefslogtreecommitdiffstats
path: root/templates/tags.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tags.tpl')
-rw-r--r--templates/tags.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/tags.tpl b/templates/tags.tpl
index 52751e2..d46ac21 100644
--- a/templates/tags.tpl
+++ b/templates/tags.tpl
@@ -1,6 +1,6 @@
-<div id='tag'>
The following tags are available:<br />
-{foreach from=$tags item=tag }
- <a href="?{$tag}">{$tag}</a>
-{/foreach}
+<div id='available_tags'>
+</div>
+ The following tags have been selected: <br />
+<div id='selected_tags'>
</div>