allianceauth/stock/templates/registration/password_change_done.html
Adarnof db7b6265e5 Moved templates to stock folder for uniformity.
Updated settings.py.example to reflect this.
2015-11-24 23:26:05 +00:00

25 lines
566 B
HTML

{% extends "public/base.html" %}
{% load bootstrap %}
{% load i18n static %}
{% block title %}{% trans 'Password change' %}{% endblock %}
{% block content %}
<div class="col-lg-12">
<h1 class="page-header text-center">Change Password</h1>
<div class="container-fluid">
<div class="col-md-4 col-md-offset-4">
<div class="row">
<p class="text-center">
Completed
</p>
</div>
</div>
</div>
</div>
{% endblock %}