how to add new message prompt in base template?

2009-12-05 Thread lzhshen
Hi, I adopt django-messages as one of my site's application. Does anyone know how to add a new message prompt in base template? I mean how I can get one application's data in base template. Does this make sense? Thanks in advance! -- You received this message because you are subscribed

how to change the default subject of password reset mail?

2009-09-28 Thread lzhshen
Hi, Anyone know how to change the default subject of password reset mail? --~--~-~--~~~---~--~~ 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 T

how to implement two dimension formsets

2009-08-22 Thread lzhshen
Problem description: Suppose there is an ExercisePlan record (set=3, reps=12), which means that this exercise should be done with 3 sets and the trainer suggests to repeat the exercise about 12 times in each set. Here is the ExercisePlan table data in db: id | sets | reps -

Re: How can one template extend multiple templates?

2009-02-25 Thread lzhshen
e.html" %} into everytemplateyou want toextend. > > You can even do {% extends "derived.html" %} which extends base.html > > On Feb 24, 8:41 am, lzhshen wrote: > > > Suppose I have basetemplatecalled "base.html", can itextendmore > > then two othertempl

How can one template extend multiple templates?

2009-02-24 Thread lzhshen
Suppose I have base template called "base.html", can it extend more then two other template, such as "a01.html" and "a02.html"? Thanks in advance! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group