{% extends "userena/mount_userena.html" %} {% load i18n %} {% load addons %} {% block basecss %} {{ block.super }} {% endblock %} {% block extrajs %} {% endblock %} {% block content_main %} {% url socialauth_begin 'twitter' as social_twitter_url %} {% if social_twitter_url %}
{% comment %}Dirty hack. Will use django-guardian in the future.{% endcomment %}
{% endif %}
{% block userena_header %}{% endblock %}{% block userena_content%}{% endblock %}
{% endblock %}