deducing previous credits for a task using the request model. with a few changes, we can ditchax the credits model.
{% extends 'base.html' %}
{% block content %}
You have successfully logged out of PyTasks.
<br><br>
<a href="/">Click here</a> to go back to PyTask Homepage
{% endblock %}