diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-21 16:04:05 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-21 16:04:05 +0100 |
commit | 0440249631164a378981d014bf71b617c082bf5a (patch) | |
tree | 740d4e798c954374f115927ebc434d393368ab46 /themes/default/_pocheit-form.twig | |
parent | 3eb951572d3f22ad37395afceb4a739ad8cd0fd6 (diff) | |
download | wallabag-0440249631164a378981d014bf71b617c082bf5a.tar.gz wallabag-0440249631164a378981d014bf71b617c082bf5a.tar.zst wallabag-0440249631164a378981d014bf71b617c082bf5a.zip |
move templates into resources
Diffstat (limited to 'themes/default/_pocheit-form.twig')
-rwxr-xr-x | themes/default/_pocheit-form.twig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/default/_pocheit-form.twig b/themes/default/_pocheit-form.twig deleted file mode 100755 index 8c982db0..00000000 --- a/themes/default/_pocheit-form.twig +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | <div id="bagit-form" class="messages info"> | ||
2 | <a href="javascript: void(null);" id="bagit-form-close"> </a> | ||
3 | <form method="get" action="index.php" id="bagit-form-form"> | ||
4 | <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> | ||
5 | <input type="submit" value="{% trans "save link!" %}" /> | ||
6 | <div id="add-link-result"></div> | ||
7 | </form> | ||
8 | </div> | ||