{% extends "base.html" %} {% block content %}
{% csrf_token %}
{% if error_msg %}
{{ error_msg }}
{% endif %}

no account? Register

Or, Sign in with the following social accounts

{% for s in social_sites %}
使用 {{ s.site_name_zh }} 登录
{% endfor %}
{% endblock %}