add static section

This commit is contained in:
Basyrov Rustam
2025-06-04 19:15:04 +03:00
parent 4befc5403e
commit 99ae3ef0c7

View File

@@ -1,3 +1,7 @@
{% load static %}
<link rel="stylesheet" href="{% static 'polls/style.css' %}">
{% if latest_question_list %} {% if latest_question_list %}
<ul> <ul>
{% for question in latest_question_list %} {% for question in latest_question_list %}