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

Settings

Site-wide settings linking this Kegbot to Untappd.

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