Work on big refactor

This commit is contained in:
2018-10-13 23:01:45 +03:00
parent ae77251883
commit 1d5c7ea24b
447 changed files with 67198 additions and 1226 deletions

View File

@ -0,0 +1,26 @@
{% extends 'YtManagerApp/master_default.html' %}
{% load static %}
{% load crispy_forms_tags %}
{% block scripts %}
<script>
window.setTimeout(function(){
window.location.href = "/";
}, 5000);
</script>
{% endblock %}
{% block body %}
<div class="alert-card mx-auto">
<div class="alert alert-info" role="alert">
The password has been changed!
</div>
</div>
{% endblock %}