mirror of
https://github.com/django/django.git
synced 2025-10-28 18:43:19 +00:00
Exposing the level name (e.g. "info") makes it possible to prepend
something to the class name. For example, Twitter Bootstrap has
an alert-info class. This class can now be added to the message
using `class="alert-{{ message.level_tag }}".
Because the level_tag was on the end of the `tags` property, it
could not be used in this fashion when extra_tags were given.
|
||
|---|---|---|
| .. | ||
| admin | ||
| comments | ||
| formtools | ||
| gis | ||
| auth.txt | ||
| contenttypes.txt | ||
| csrf.txt | ||
| flatpages.txt | ||
| humanize.txt | ||
| index.txt | ||
| messages.txt | ||
| redirects.txt | ||
| sitemaps.txt | ||
| sites.txt | ||
| staticfiles.txt | ||
| syndication.txt | ||
| webdesign.txt | ||