mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
290 B
12 lines
290 B
{% extends "index.html" %}
|
|
{% load render_bundle from webpack_loader %}
|
|
|
|
{% block webpack_loader_css %}
|
|
{{ block.super }}
|
|
{% render_bundle 'online' 'css' %}
|
|
{% endblock %}
|
|
|
|
{% block webpack_loader_js %}
|
|
{{ block.super }}
|
|
{% render_bundle 'online' 'js' %}
|
|
{% endblock %}
|
|
|