Newer
Older
{% extends 'base.html' %}
{% block content %}
<script>
// Wipe the local storage
localStorage.removeItem("persist:root");
// Redirect
window.location = '{{ url | safe }}';
Clearing session data and redirecting...