From 6e637dae7c888d70208a72d962ec1435c14ac0d9 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 2 Aug 2018 13:00:18 +0200 Subject: [PATCH] Load static template tag. --- django_starfield/templates/django_starfield/stars.html | 1 + 1 file changed, 1 insertion(+) diff --git a/django_starfield/templates/django_starfield/stars.html b/django_starfield/templates/django_starfield/stars.html index 89e1bfc..4eff893 100644 --- a/django_starfield/templates/django_starfield/stars.html +++ b/django_starfield/templates/django_starfield/stars.html @@ -1,3 +1,4 @@ +{% load static %} <div class="django-starfield"> {% for i in stars %}<!-- --><input type="radio" name="{{ name }}" id="{{ name }}-{{ forloop.counter0 }}" -- GitLab