Re: Static files in templates with VARIABLES

2014-05-05 Thread Damián Adriel Pérez Valdés
thanks On Mon, May 5, 2014 at 10:29 AM, Charly Román wrote: > {% static LOGO %} > > 2014-05-05 10:27 GMT-05:00 Damián Pérez : > > Hello everyone: > > > > I'm using for the templates {% static 'images/logo.png' %}, but what can > i > > do if I have the logo url on the variable ?, something like

Re: Static files in templates with VARIABLES

2014-05-05 Thread Charly Román
{% static LOGO %} 2014-05-05 10:27 GMT-05:00 Damián Pérez : > Hello everyone: > > I'm using for the templates {% static 'images/logo.png' %}, but what can i > do if I have the logo url on the variable ?, something like static LOGO > > thanks. > > best regards, > > -- > You received this message b