{% extends "dist/project/base.html" %} {% load static %} {% load project_extras %} {% block title %} Settings {% endblock %} {% block body %}{% endblock %} {% block content %}
{% comment %} BASIC INFO WITH PASSWORD {% endcomment %}

{{ userProfil.user.first_name }} {{ userProfil.user.last_name }}

{{ userProfil.user.email }}
Date joined: {{ userProfil.user.date_joined }}



[[ messagePassword ]]

Updating your password... Please wait


{% comment %} CONTACT US {% endcomment %}

You can send us a message here

[[ errorMessageTitleContactUs ]]

[[ errorMessageContactUs ]]

Sending message... Please wait


{% comment %} Terms {% endcomment %}
The terms of service can be found here
{% comment %} SpartaQube Code {% endcomment %}



[[ messageSpartaQubeCode ]]

Note: this code enables users to register a SpartaQube account
You should not share and loose this code
{% comment %} IMAGE PROFILE UPDATE {% endcomment %}
{% endblock %} {% block otherJS %}{% endblock %}