{% extends 'shared/base.html' %} {% load static %} {% block title %} Account Activation {% endblock %} {% block head %} {% endblock %} {% block body %} sWarden No email, no SMS, no tracking on you. No one can activate your account but you. Account Activation {% csrf_token %} {% if messages %} {% for message in messages %} {{ message }} {% endfor %} {% endif %} Do not miss this, or else you may not be able to activate your account. {% for field in form %} {{ field.label }} {% if field.errors %} {% for error in field.errors %} {{ error }} {% endfor %} {% endif %} {{ field }} {% if field.help_text %} {{ field.help_text }} {% endif %} {% endfor %} {% endblock %}
No one can activate your account but you.
Do not miss this, or else you may not be able to activate your account.