djLint/tests/django_cms/cms/wizards/done.html
2021-07-29 13:41:34 -05:00

10 lines
181 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script>
window.top.location = '{{ url }}';
</script>
</head>
<body></body>
</html>