mirror of https://github.com/interlegis/sapl.git
5 changed files with 34 additions and 6 deletions
@ -0,0 +1,12 @@ |
|||
{% extends "base.html" %} |
|||
{% load render_bundle from webpack_loader %} |
|||
|
|||
{% block webpack_loader_css %} |
|||
{{ block.super }} |
|||
{% render_bundle app_frontend 'css' %} |
|||
{% endblock %} |
|||
|
|||
{% block webpack_loader_js %} |
|||
{{ block.super }} |
|||
{% render_bundle app_frontend 'js' %} |
|||
{% endblock %} |
|||
Loading…
Reference in new issue