base.html 314 Bytes
Newer Older
Administrator committed
1 2 3 4 5
{% extends "base.html" %}
{% load static %}
{% block additionnal_css %}
    {% if custom_css.members %}
          {% for fpath in custom_css.members %}
6
            <link rel="stylesheet" href="{% static ''|add:fpath %}?v=1651853225">
Administrator committed
7 8 9 10
          {% endfor %}
    {% endif %}
<!-- members/base.html -->
{% endblock %}