|
@@ -183,6 +183,10 @@ If you're using the context processor, your template should be rendered with a
|
|
|
``RequestContext``. Otherwise, ensure ``messages`` is available to
|
|
|
the template context.
|
|
|
|
|
|
+Even if you know there is only just one message, you should still iterate over
|
|
|
+the ``messages`` sequence, because otherwise the message storage will not be cleared
|
|
|
+for the next request.
|
|
|
+
|
|
|
Creating custom message levels
|
|
|
------------------------------
|
|
|
|