]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
forgotted default theme
authorThomas Citharel <tcit@tcit.fr>
Wed, 21 Jan 2015 22:08:04 +0000 (23:08 +0100)
committerThomas Citharel <tcit@tcit.fr>
Wed, 21 Jan 2015 22:08:04 +0000 (23:08 +0100)
themes/default/_pocheit-form.twig

index 8c982db09dae6192287d65324f1e09b36bf7e496..f4518fcebd48a5600d2d23d730af4233b15bd6b8 100755 (executable)
@@ -2,6 +2,8 @@
     <a href="javascript: void(null);" id="bagit-form-close">&nbsp;</a>
     <form method="get" action="index.php" id="bagit-form-form">
       <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
+      <span id="showtaginput">Add tags</span>
+      <input placeholder="tags, with commas" class="addurl" id="tags2add" name="tags" type="text"/>
       <input type="submit" value="{% trans "save link!" %}" />
       <div id="add-link-result"></div>
     </form>