assign tags to entries and add lastPocketImport attribute to user

This commit is contained in:
Nicolas Lœuillet
2015-10-26 10:55:35 +01:00
committed by Jeremy Benoist
parent d51b38ed30
commit 87f23b005c
3 changed files with 90 additions and 13 deletions

View File

@ -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>