Skip to content

Commit

Permalink
Fix login template block name for extra styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Oct 7, 2024
1 parent 96bda9c commit 09e61df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% extends 'admin/login.html' %}
{% load static %}

{% block stylesheets %}
{% block extrastyle %}
{{ block.super }}
<link type="text/css" rel="stylesheet" href="{% static 'pucas/pu-login.css' %}"/>
{% endblock %}
Expand Down

0 comments on commit 09e61df

Please sign in to comment.