ahaaaa! I'm new to this stuff and i wonder why it's not mentioned in
the beginners book that i'm reading!!!

On 17 Apr, 15:40, Daniel Roseman <roseman.dan...@googlemail.com>
wrote:
> On Apr 17, 2:38 pm, 83nini <83n...@gmail.com> wrote:
>
>
>
>
>
> > I'm looking at the following code from thewww.djangobook.com:
>
> > <html>
> > <head><title>Ordering notice</title></head>
>
> > <body>
>
> > <h1>Ordering notice</h1>
>
> > <p>Dear {{ person_name }},</p>
>
> > <p>Thanks for placing an order from {{ company }}. It's scheduled to
> > ship on {{ ship_date|date:"F j, Y" }}.</p>
>
> > <p>Here are the items you've ordered:</p>
>
> > <ul>
> > {% for item in item_list %}
> > <li>{{ item }}</li>
> > {% endfor %}
> > </ul>
>
> > {% if ordered_warranty %}
> > <p>Your warranty information will be included in the packaging.</p>
> > {% else %}
> > <p>You didn't order a warranty, so you're on your own when
> > the products inevitably stop working.</p>
> > {% endif %}
>
> > <p>Sincerely,<br />{{ company }}</p>
>
> > </body>
> > </html>
>
> > and I have a problem understanding what <something> really means as I
> > am trying to learn Python along with Django.
>
> > Thanks in advance.
>
> Eh? This has nothing to do with Python. This is HTML.
> --
> DR.- Dölj citerad text -
>
> - Visa citerad text -
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to