{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Other Services" %}{% endblock %} {% block body %}

{% trans "Other Services" %}

{% trans "Twitter" %}

{% csrf_token %} {% if twitter_authorized %}

{% trans "You have already authorized a twitter account." %} {% trans "Change your account with this form." %} Delete and start over. {% endif %} {{ twitter_form }}
 

{% endblock %} {% block extra_body %} {% load jquery_validation %} {% include_validation %} {% endblock %}