diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-03-20 23:30:32 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-20 18:30:32 -0400 |
| commit | a3af8c99d94638e0d1fc8a847b74aa6953441d55 (patch) | |
| tree | 7b7ca008c75a2cbfc471be3d0c0f62f28e81f9a8 /docs/topics/conditional-view-processing.txt | |
| parent | 7edeeb74fe1e82c1b4a736670b13b0508b223a06 (diff) | |
Removed extra characters in docs header underlines.
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, |
