templates/registration/logout.html
changeset 56 05e10eccd515
parent 42 9b5b8c997598
equal deleted inserted replaced
55:ca2486e29178 56:05e10eccd515
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
     2 {% block content %}
     2 {% block content %}
     3 You have successfully logged out of PyTasks.
     3 You have successfully logged out of PyTasks.
       
     4 <br><br>
       
     5 <a href="/">Click here</a> to go back to PyTask Homepage
     4 {% endblock %}
     6 {% endblock %}