>
> I try to use
>>
>> {% if categorias %}
>> <ul id="flexisel">
>> {% for categoria in produto.categoria_set() %}
At no time can parentheses be used when referencing variables. The correct
way to write this tag would be {% for categoria in produto.categoria_set %}.
Make sure to review the template syntax for accessing context variables and
methods:
https://docs.djangoproject.com/en/1.9/ref/templates/language/#variables
-James
--
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 [email protected].
To post to this group, send email to [email protected].
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/CA%2Be%2BciXoFit4aj1sLmNwwiZ2%3DYg2%2Bz2cp0DuNk-cPxxyn8sikA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.