move shortcut icon
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{% extends "admin/base.html" %}
|
||||
{% load i18n admin_urls %}
|
||||
{% load static %}
|
||||
|
||||
{% block extrahead %}
|
||||
<link rel="shortcut icon" type="image/png" href="{% static 'img/fet_logo_white.png' %}"/>
|
||||
{% endblock %}
|
||||
|
||||
{% block usertools %}
|
||||
{% if has_permission %}
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
{% extends "admin/base_site.html" %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}{{ site_title }}: {{ title }} {% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
<link rel="shortcut icon" type="image/png" href="{% static 'img/fet_logo_white.png' %}"/>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user