aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/edit-tags.twig
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>2014-01-03 10:06:33 +0100
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>2014-01-03 10:06:33 +0100
commit529db4861d0b54fbd4f80765684eb343b97241cf (patch)
tree2377a64c32b2811cf0227ef6fbf1ec1047e17609 /themes/default/edit-tags.twig
parent9de34d4e8430b8b2d994aa9b681ec9f11dabf0b7 (diff)
parentd7ad5d65600c3fae03fd2d35f19bee5e044a72d9 (diff)
downloadwallabag-529db4861d0b54fbd4f80765684eb343b97241cf.tar.gz
wallabag-529db4861d0b54fbd4f80765684eb343b97241cf.tar.zst
wallabag-529db4861d0b54fbd4f80765684eb343b97241cf.zip
Merge branch 'dev' of https://github.com/inthepoche/poche into dev
Diffstat (limited to 'themes/default/edit-tags.twig')
-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 %}