aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorWilliam Theaker <william.theaker@gmail.com>2014-01-02 21:04:56 -0500
committerWilliam Theaker <william.theaker@gmail.com>2014-01-02 21:04:56 -0500
commitb1bfd4cb0c06bb7fd730d634a57325dc34cfb407 (patch)
tree3d4287aae49f12680bea5a4a8a0c1df2692adafd
parent2eb111a300c481bbbf0a00eedec1db99253b4d0a (diff)
downloadwallabag-b1bfd4cb0c06bb7fd730d634a57325dc34cfb407.tar.gz
wallabag-b1bfd4cb0c06bb7fd730d634a57325dc34cfb407.tar.zst
wallabag-b1bfd4cb0c06bb7fd730d634a57325dc34cfb407.zip
Updated tag edit page
-rw-r--r--themes/default/edit-tags.twig10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/default/edit-tags.twig b/themes/default/edit-tags.twig
index 7116bba9..53852d39 100644
--- a/themes/default/edit-tags.twig
+++ b/themes/default/edit-tags.twig
@@ -11,10 +11,10 @@ no tags
11{% for tag in tags %}<li>{{ tag.value }} <a href="./?action=remove_tag&amp;tag_id={{ tag.id }}&amp;id={{ entry_id }}">✘</a></li>{% endfor %} 11{% for tag in tags %}<li>{{ tag.value }} <a href="./?action=remove_tag&amp;tag_id={{ tag.id }}&amp;id={{ entry_id }}">✘</a></li>{% endfor %}
12</ul> 12</ul>
13<form method="post" action="./?action=add_tag"> 13<form method="post" action="./?action=add_tag">
14 <label for="value">New tags: </label><input type="text" id="value" name="value" required="required" /> 14 <label for="value">Add tags: </label><input type="text" placeholder="interview, editorial, video" id="value" name="value" required="required" />
15 <p>{% trans "you can type several tags, separated by comma" %}</p> 15 <p>{% trans "You can enter multiple tags, separated by commas." %}</p>
16 <input type="hidden" name="entry_id" value="{{ entry_id }}" /> 16 <input type="hidden" name="entry_id" value="{{ entry_id }}" />
17 <input type="submit" value="add tags" /> 17 <input type="submit" value="Tag" />
18</form> 18</form>
19<a href="./?view=view&id={{ entry_id }}">{% trans "back to the article" %}</a> 19<a href="./?view=view&id={{ entry_id }}">{% trans "return to article" %}</a>
20{% endblock %} \ No newline at end of file 20{% endblock %}