django: Tutorial 6.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
{% load static %}
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}" />
|
||||
|
||||
<img src="{% static 'polls/images/htp.gif' %}" />
|
||||
|
||||
{% if latest_questions %}
|
||||
<ul>
|
||||
{% for question in latest_questions %}
|
||||
|
||||
Reference in New Issue
Block a user