author | ymh <ymh.work@gmail.com> |
Wed, 01 Aug 2018 18:18:18 +0200 | |
changeset 31 | b680554ec87b |
parent 15 | 37c39e71b944 |
permissions | -rw-r--r-- |
15
37c39e71b944
Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
{% extends "iconolab_base.html" %} |
37c39e71b944
Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
|
37c39e71b944
Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
{% load staticfiles %} |
37c39e71b944
Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
|
37c39e71b944
Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
{% block main_css %} |
37c39e71b944
Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
{{ block.super }} |
37c39e71b944
Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
<link rel="stylesheet" href="{% static 'iconolab_episteme/css/iconolab_episteme.css' %}"> |
37c39e71b944
Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
{% endblock %} |