diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-14 12:39:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-15 17:20:19 +0100 |
commit | 32b9575cefa9eede2be68ea8464a7c70d52e4105 (patch) | |
tree | df7cf20de56e13c9660d14219d7ee5d825bb2909 /ishtar_common/templates/base.html | |
parent | 5bbafc5b1a398afa4cd37acf20293eddb8c12f9b (diff) | |
download | Ishtar-32b9575cefa9eede2be68ea8464a7c70d52e4105.tar.bz2 Ishtar-32b9575cefa9eede2be68ea8464a7c70d52e4105.zip |
Archaeological site: search view (refs #3913)
- add site to profile
- allow alternate label in menus for sites
- add entry in menu
- basic configuration of site model
Diffstat (limited to 'ishtar_common/templates/base.html')
-rw-r--r-- | ishtar_common/templates/base.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 8608448e7..0b385267d 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -57,8 +57,6 @@ {% endcompress %} {% block extra_head %} {% endblock %} - {% comment %}{% if raw_css %}<style media="screen" type="text/css"> - {{raw_css |safe}}</style>{% endif %}{% endcomment %} </head> <body{% if current_theme%} id='{{current_theme}}'{%endif%}> {% include "navbar.html" %} |