{% extends "account/base.html" %} {% load kegweblib %} {% load foursquare %} {% load crispy_forms_tags %} {% block title %}Account: Connections{% endblock %} {% block pagetitle %}Connections{% endblock %} {% block kb-account-main %}

Twitter

{% if twitter_profile %}

Settings

Current account: @{{twitter_profile.settings.twitter_name}}

{% csrf_token %} {{ twitter_settings_form|crispy }}
{% csrf_token %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %}

Foursquare

{% if foursquare_profile %}

Settings

{% csrf_token %} {{ foursquare_settings_form|crispy }}
{% csrf_token %}
{% else %} {% foursquare_button %} {% endif %}
{% endblock %}