Just like it told you: Syntax error.

You want
{{ XXXXXXXX | date:"F J Y" }}
You missed the colon.


On Mar 14, 9:21 am, "mralokkp" <[EMAIL PROTECTED]> wrote:
> Hi All
> Why Django Can't understand the supplied arguments.Why the code is too
> rigid !
>
> Case is this
> XXXXXXX | date "F J Y"
>
> It should read in the format that i choosen but instead of this gives
> this error
> TemplateSyntaxError at /mypage/
> Could not parse the remainder: | date "F J Y"
> Request Method: GET
> Request URL:http://127.0.0.1:8000/mypage/
> Exception Type: TemplateSyntaxError
> Exception Value: Could not parse the remainder: | date "F J Y"
>
> Even I followed the from this post itself. But Unable to do. could any
> body tell what the problem exactly.
>
> Even I tryed to import the file name dateformat.py from utils
> but still stuck at the same point.
>
> Help
> Regards
> Alok Tiwari


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to