Re: problem with template

2013-10-24 Thread Harjot Mann
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

Re: Problem with template syntax.

2011-03-22 Thread Malte Swart
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

Re: Problem with template syntax.

2011-03-22 Thread Kenneth Gonsalves
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

Re: problem with template {% url string %}

2007-03-20 Thread Paul Rauch
-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

Re: problem with template {% url string %}

2007-03-19 Thread Ivan Sagalaev
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