aboutsummaryrefslogtreecommitdiff
path: root/views/tag_input.tpl
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2023-08-03 21:38:50 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2023-08-03 21:38:50 +0000
commita45bcb74dde80ee576bfcbc2f3efb719e8f6b2d9 (patch)
treea0407eb415e89b8660a8a8d1566230ebf0223e94 /views/tag_input.tpl
parentfc56c91d09da2d9c929be5469fcae73ed2f9d5e3 (diff)
downloadtagrss-a45bcb74dde80ee576bfcbc2f3efb719e8f6b2d9.tar
tagrss-a45bcb74dde80ee576bfcbc2f3efb719e8f6b2d9.tar.gz
tagrss-a45bcb74dde80ee576bfcbc2f3efb719e8f6b2d9.zip
Allow setting custom title on /add_feed, improve form layout
Diffstat (limited to 'views/tag_input.tpl')
-rw-r--r--views/tag_input.tpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/views/tag_input.tpl b/views/tag_input.tpl
index 99145e9..409360f 100644
--- a/views/tag_input.tpl
+++ b/views/tag_input.tpl
@@ -1,6 +1,5 @@
<div class="side-by-side-help-container">
- <label>{{get("label", "Tags:")}}
- <input type="text" name="{{input_name}}" value="{{get('input_value', '')}}">
- </label>
+ <label for="tag-input">{{get("label", "Tags:")}}</label>
+ <input type="text" name="{{input_name}}" value="{{get('input_value', '')}}" id="tag-input">
% include("hover_help.tpl", text="Space-separated. Backslashes escape spaces.")
</div>