{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans 'Profile change successful' %}{% endblock %} {% block nav %} {% include "nav.html" with ls=ls season=season %} {% endblock %} {% block body %}

{% trans 'Profile change successful' %}

{% trans 'Your profile was changed.' %}

{% endblock %}