{% extends "kegadmin/base.html" %} {% load kegweblib %} {% load crispy_forms_tags %} {% block title %}Twitter Settings | {{ block.super }}{% endblock %} {% block pagetitle %}Twitter Settings{% endblock %} {% block kegadmin-main %} {% if not EMBEDDED %}
API Keys are needed before your Kegbot can talk to Twitter. To register for API keys, see the Twitter Developer site.
Twitter is currently linked to @{{ site_profile.twitter_name }}.
Link a Twitter account to this Kegbot for system-wide use.
Site-wide settings control how Kegbot will use the system account.
Other Twitter settings can be changed once API keys are set.
{% endif %} {% endblock %}