{% extends "base.html" %} {% block script %} setTimeout(function() { /* drop first focus event, to avoid problems (allow to go easily to newer history entries) */ window.onfocus = function() { window.onfocus = null; window.history.back(); }; }, 1000); {% endblock %} {% block content %} Javascript isn't enabled. So you need to manually go back in history to restore this tab. {% endblock %}
Javascript isn't enabled. So you need to manually go back in history to restore this tab.