On 16 Oct 2014 15:36, tundeba...@gmail.com wrote:
>
> Hi,
> > <link rel="stylesheet" href="{% static "stating/css/bootstrap.min.css"
%}" />
> Is this verbatim?

So sorry. "Slip of hand".

If you are writing your tags that way it won't work because of the double
quotation mark. Do something like this:
<link rel="stylesheet" href="{% static 'stating/css/bootstrap.min.css' %}"
/>

-- 
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BWjgXNxc4i8L_1zVrc8U-gNCax7GMFJJjqP%3DR6X8mt2_PDQjg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to