{% extends 'account/base.html' %} {% load static %} {% load crispy_forms_tags %} {% load socialaccount %} {% block title %}Set Password{% endblock title %} {% block content %}
Set Password

Set Password to continue to Skote.

{% csrf_token %} {% for message in messages %} {% endfor %}
{{ form|crispy}}

© Skote. Crafted with by Themesbrand

{% endblock content %}