{% extends "base.html" %}
{% block js %}
<script>
window.location="{{object.get_absolute_url}}";
</script>
{% endblock %}