{% extends 'base.html' %} {% load staticfiles %} {% load url from future %} {% load bootstrap3 %} {# step 3. activating ... #} {% comment %} Note: This page is showed when activation failed. Otherwise, it will be redirect to 'registration_activation_complete' {% endcomment %} {% block pagetitle %}激活失败{% endblock %} {% block content %}
{% endblock %} {# vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=htmldjango.html: #}