1 2 3 4 5 6
{% extends "base.html" %} {% block js %} <script> window.location="{{object.get_absolute_url}}"; </script> {% endblock %}