Guest User

Untitled

a guest
Dec 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <!-- The path and name for this file should be "templates/admin/base_site.html". -->
  2. <!-- It overrides the original admin template and will be picked up by all of its children. -->
  3. <!-- This template override has been verified for Django 1.11 and 2.0. -->
  4.  
  5. {% extends "admin/base_site.html" %}
  6.  
  7. {% load static %}
  8.  
  9. {% block extrahead %}
  10. <link rel="shortcut icon" href="{% static 'images/favicon.ico' %}" />
  11. {% endblock %}
Add Comment
Please, Sign In to add comment