forked from wallabag/wallabag
assign tags to entries and add lastPocketImport attribute to user
This commit is contained in:
committed by
Jeremy Benoist
parent
d51b38ed30
commit
87f23b005c
@ -8,7 +8,7 @@
|
||||
<div class="card-panel settings">
|
||||
{% trans %}You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.{% endtrans %}
|
||||
<form method="post" action="{{ path('authpocket') }}">
|
||||
<input type="submit" value="Connect to Pocket" />
|
||||
<input type="submit" value="Connect to Pocket and import data" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user