saul-g / El-libro-de-Django

La versiòn en español del libro Django.
http://django-book.blogspot.mx/
Other
94 stars 53 forks source link

La linea editada contiene un espacio que hace que al ejecutar falle. #7

Open gamba47 opened 9 years ago

gamba47 commented 9 years ago

t = Template(raw_template) tira el siguiente error:

TemplateSyntaxError: Could not parse the remainder: ': "j F Y"' from 'ship_date|date: "j F Y"'

Revisando en el libro en ingles, no existe el espacio entre ":" y "j F Y". Al unir esto el error desaparece.