1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-11 11:55:09 -05:00
wallabag/themes/baggy/_pocheit-form.twig
2014-03-08 13:47:15 +01:00

9 lines
332 B
Twig
Executable File

<div id="bagit-form" class="messages info">
<form method="get" action="index.php">
<h2>{% trans "Save a link" %}</h2>
<input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
<input type="submit" value="{% trans "save link!" %}" />
</form>
</div>