It look s fine also to me. What do you expect ?

2017-12-10 5:50 GMT+01:00 Dylan Reinhold <dreinh...@gmail.com>:

> That looks fine. how about your view.py.
>
> Dylan
>
> On Sat, Dec 9, 2017 at 6:05 PM, Carl Brubaker <itsbetter2cal...@gmail.com>
> wrote:
>
>> I copied it from the django tutorial page:
>>
>> {% if latest_question_list %}
>>     <ul>
>>     {% for question in latest_question_list %}
>>         <li><a href="/polls/{{ question.id }}/">{{
>> question.question_text }}</a></li>
>>     {% endfor %}
>>     </ul>
>> {% else %}
>>     <p>No polls are available.</p>
>> {% endif %}
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/e9c01727-427d-4be6-a639-8d1f7e1f0e06%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/e9c01727-427d-4be6-a639-8d1f7e1f0e06%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAHtg44ALo1QrxQq2GieUP5O265rbY
> KRd0gk35SPp-agybNm-eA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHtg44ALo1QrxQq2GieUP5O265rbYKRd0gk35SPp-agybNm-eA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAA2xsHTZrDxV%3Dfed5m_FmgFmh%3DWPA4DenfXT4T-nxWApa61btg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to