{% extends "admin/base_site.html" %} {% block breadcrumbs %} {% load i18n %} {% load url from future %} {% endblock %} {% block content %} {% if messages %} {% for msg in messages %}

{{ msg.message }} ({{ msg.extra_tags }})

{% endfor %} {% endif %} {% if error_msg %}

Details:

{{ error_msg }}

{% endif %}

Foursquare Configuration

Callback URL https://{{ domain }}{% url 'socialauth_complete' 'foursquare' %}
Push URL http://{{ domain }}{% url 'foursquare_push' %}

Google Latitude Configuration

Callback URL http://{{ domain }}{% url 'socialauth_complete' 'google-oauth2' %}
{% endblock %}