Skip to content

Commit

Permalink
Update base_site.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansarimajid authored Feb 8, 2023
1 parent 35aa579 commit fc7f075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/admin/base_site.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% extends 'admin/base.html' %}
{% load static %}
{% csrf_token %}

{% block branding %}
<h1 id="head">
Expand All @@ -10,4 +11,4 @@ <h1 id="head">

{% block extrastyle %}
<link rel="stylesheet" href="{% static 'heartcare/css/admin.css' %}">
{% endblock extrastyle %}
{% endblock extrastyle %}

0 comments on commit fc7f075

Please sign in to comment.