aboutsummaryrefslogtreecommitdiff
path: root/views/manage_feed.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'views/manage_feed.tpl')
-rw-r--r--views/manage_feed.tpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/views/manage_feed.tpl b/views/manage_feed.tpl
index 0ff127e..dce9dc5 100644
--- a/views/manage_feed.tpl
+++ b/views/manage_feed.tpl
@@ -42,12 +42,7 @@
<label>Source:
<input type="text" name="source" value="{{feed['source']}}"><br>
</label>
- <div class="side-by-side-help-container">
- <label>Tags:
- <input type="text" name="tags" value="{{feed['serialised_tags']}}">
- </label>
- % include("tag_hover_help.tpl")
- </div>
+ % include("tag_input.tpl", input_name="tags", input_value=feed["serialised_tags"])
<input type="submit" value="Update" name="update_feed">
</form>
<hr>