diff --git a/web/src/padelnomics/admin/templates/admin/template_preview.html b/web/src/padelnomics/admin/templates/admin/template_preview.html index aaf01c9..2ac2deb 100644 --- a/web/src/padelnomics/admin/templates/admin/template_preview.html +++ b/web/src/padelnomics/admin/templates/admin/template_preview.html @@ -3,6 +3,10 @@ {% block title %}Preview - {{ preview.title }} - Admin{% endblock %} +{% block head %}{{ super() }} + +{% endblock %} + {% block admin_content %} ← Back to template @@ -29,3 +33,8 @@ {% endblock %} + +{% block scripts %} + + +{% endblock %}