{% extends "base.html" %} {% block content %}

Pocket Settings

You need to register a pocket API key to recover your account's bookmarks and then continuously sync the bookmarks with pocket. You can do that here. It only needs the Retrieve permission and the platform is Web. Enter your consumer key below, or if you've already done this, go here. It can take a while if you have many bookmarks.

{{ form.hidden_tag() }} {% for error in form.api_key.errors %} {{ error }} {% endfor %}

{{ form.api_key.label }} {{ form.api_key }}

{{ form.submit() }}

{% endblock %}