{% extends "kegadmin/base.html" %} {% load kegweblib %} {% load crispy_forms_tags %} {% block title %}Kegbot Admin: Connections{% endblock %} {% block pagetitle %}Kegbot Admin: Connections{% endblock %} {% block kegadmin-main %}

Twitter

Link Twitter Account

{% csrf_token %} {% if twitter_profile.is_enabled %}

Current account: @{{twitter_profile.twitter_name}}

{% else %} {% endif %} {% comment %} {% endcomment %}

{% if twitter_profile %}

Site Twitter Settings

{% csrf_token %} {{ twitter_settings_form|crispy }}

{% endif %} {% if twitter_profile.is_enabled %}

Tweet Something as @{{ twitter_profile.twitter_name }}

{% csrf_token %}

{{ tweet_form.tweet }}

{% endif %}

Foursquare

Site Foursquare Settings

{% csrf_token %} {{ foursquare_settings_form|crispy }}

{% endblock %}