src/iconolab_episteme/templates/iconolab_base.html
author ymh <ymh.work@gmail.com>
Wed, 01 Aug 2018 14:43:20 +0200
changeset 28 15f63c5dfe3f
parent 15 37c39e71b944
permissions -rw-r--r--
Correct path for source image in path, take the real one, not the expected one. increase version nb

{% extends "iconolab_base.html" %}

{% load staticfiles %}

{% block main_css %}
    {{ block.super }}
    <link rel="stylesheet" href="{% static 'iconolab_episteme/css/iconolab_episteme.css' %}">
{% endblock %}