{% extends "kegadmin/base.html" %} {% load kegweblib %} {% load crispy_forms_tags %} {% block title %}Foursquare Settings | {{ block.super }}{% endblock %} {% block pagetitle %}Foursquare Settings{% endblock %} {% block kegadmin-main %}

Settings

Site-wide settings linking this Kegbot to Foursquare.

{% csrf_token %} {{ settings_form|crispy }}

API Test

Test connection to Foursquare API servers.

{% csrf_token %}
{% if test_response %} Show API Test Result »

{{ test_response }}
{% endif %} {% endblock %}