add static section
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{% load static %}
|
||||
|
||||
<link rel="stylesheet" href="{% static 'polls/style.css' %}">
|
||||
|
||||
{% if latest_question_list %}
|
||||
<ul>
|
||||
{% for question in latest_question_list %}
|
||||
|
||||
Reference in New Issue
Block a user