django-mellon/mellon/templates/mellon/pop_iframe.html

9 lines
165 B
HTML

{% extends "mellon/base.html" %}
{% load i18n %}
{% block mellon_extra_scripts %}
<script>
top.location.href = "{{ next_url|escapejs }}";
</script>
{% endblock %}