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