{% extends "configforms/config_page_form.html" %} {% load i18n %} {% block pre_fields %}
{% blocktrans %} Specify your personal API Token to allow Review Board to post your review request activity to I Done This. {% endblocktrans %}
{% blocktrans with url="https://beta.idonethis.com/u/settings" %} You can find the API Token within your I Done This Account Settings. {% endblocktrans %}
{% blocktrans %} Your activity is only posted to I Done This teams you are a member of, if they are configured by the Review Board administrator. You can remove the token at any time to disable new posts from Review Board. {% endblocktrans %}
{% endblock pre_fields %}