{% extends "account/base.html" %} {% load kegweblib %} {% block title %}twitter settings{% endblock %} {% block kb-account-main %}
{% with user.get_profile.TwitterProfile as profile %}
{% if profile %}
your account is linked.
{% else %}
{% if USE_TWITTER %}
to link your twitter account, click below.
{% load twitter_tags %}
{% twitter_button %}
{% endif %}
{% endif %}
{% endwith %}