Initial commit
This commit is contained in:
22
templates/registration/profile_change_done.html
Normal file
22
templates/registration/profile_change_done.html
Normal file
@@ -0,0 +1,22 @@
|
||||
{% 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 %}
|
||||
|
||||
|
||||
<div id="content-main">
|
||||
<div class="row">
|
||||
<div class="col-md-5">
|
||||
<h3>{% trans 'Profile change successful' %}</h3>
|
||||
<p>{% trans 'Your profile was changed.' %}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user