{% extends 'crm/base.html' %} {% load static %} {% block extra_body_class %}squeeze-bg{% endblock extra_body_class %} {% block title %} Activate Your Account {% endblock %} {% block container %}
Custom Cloud Solutions CRM

Confirm Account

Copy and Paste your validation code in here, if you have issues with the link
{% if error.password %}
{{ error.password }}
{% endif %}
{% csrf_token %}
{% if can_set_password %}
{% endif %}
{% endblock container %}