diff options
Diffstat (limited to 'docs/topics/conditional-view-processing.txt')
| -rw-r--r-- | docs/topics/conditional-view-processing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/conditional-view-processing.txt b/docs/topics/conditional-view-processing.txt index 7fabacf6c5..02bf4635a8 100644 --- a/docs/topics/conditional-view-processing.txt +++ b/docs/topics/conditional-view-processing.txt @@ -147,7 +147,7 @@ using one of these decorators:: front_page = last_modified(latest_entry)(front_page) Use ``condition`` when testing both conditions ------------------------------------------------- +---------------------------------------------- It might look nicer to some people to try and chain the ``etag`` and ``last_modified`` decorators if you want to test both preconditions. However, |
