On Friday, October 25, 2013 9:55:20 AM UTC+5:30, Harjot Mann wrote:
What should I do for this?.
Here is the screenshot:
http://screencloud.net/v/Fat6
--
Harjot Kaur Mann
Blog: http://harjotmann.wordpress.com/
Daily Dairy: http://harjotmann.wordpress.com/daily-diary/
--
You received this
On Tuesday, March 22, 2011 11:25:41 am dvdmchl wrote:
> I'm getting error: Invalid block tag: 'endblock', expected 'endif' in
> tempate:
>
> {% extends "base.html" %}
>
> {% block title %}{% endblock %}
>
> {% block header %}
> Header
> {% endblock %}
>
> {% block content
On Tue, 2011-03-22 at 03:25 -0700, dvdmchl wrote:
> {% endif% }
{% endif %}
--
regards
KG
http://lawgon.livejournal.com
Coimbatore LUG rox
http://ilugcbe.techstud.org/
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ivan Sagalaev schrieb:
> Paul Rauch wrote:
>> Template:
>> {% url cvh.view.login %}
>
> Here you have "view".
>
>> urlpatterns = patterns('mysite.cvh.views',
>> (r'^$','index'),
>> (r'^login/$','login'),
>> )
>
> And here you have "views". {% url
Paul Rauch wrote:
> Template:
> {% url cvh.view.login %}
Here you have "view".
> urlpatterns = patterns('mysite.cvh.views',
> (r'^$','index'),
> (r'^login/$','login'),
> )
And here you have "views". {% url %} doesn't find your pattern and
returns '' (empty string) that browser translates to
5 matches
Mail list logo