]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/_pocheit-form.twig
fix display of 'Done' message when we add a link from 'save a link' item
[github/wallabag/wallabag.git] / themes / baggy / _pocheit-form.twig
CommitLineData
4744cb0e 1<div id="bagit-form" class="messages info">
3ee27ee6 2 <form method="get" action="index.php" target="_blank" id="bagit-form-form">
6775da70
MR
3 <h2><a href="javascript: void(null);" id="bagit-form-close">X</a>
4 {% trans "Save a link" %}</h2>
5 <input type="hidden" name="autoclose" value="1" />
4744cb0e 6 <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
3e870665 7 <span id="add-link-result"></span>
4744cb0e
TL
8 <input type="submit" value="{% trans "save link!" %}" />
9 </form>
10</div>