From bb3d386473ac8351e9ba5f645912da5b52e5d097 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 2 Aug 2018 13:22:16 +0200 Subject: [PATCH] Fix link aatribute. --- django_starfield/templates/django_starfield/stars.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_starfield/templates/django_starfield/stars.html b/django_starfield/templates/django_starfield/stars.html index b2178c0..664cdcf 100644 --- a/django_starfield/templates/django_starfield/stars.html +++ b/django_starfield/templates/django_starfield/stars.html @@ -7,4 +7,4 @@ style="content: '\{{ codepoint }}'">{{ i }}</label><!-- -->{% endfor %} </div> -<link rel="stylesheet" url="{% static 'django_starfield.css' %}" /> +<link rel="stylesheet" href="{% static 'django_starfield.css' %}" /> -- GitLab