diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-07-15 11:19:00 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-07-15 11:19:50 +0200 |
| commit | fb46f243b4c48ab42ed2f33a2636f7c33f5861a9 (patch) | |
| tree | 0eab0060263c999dd65255b9824e2451aef539ae /docs/ref | |
| parent | c57abd3c29cedcca00821d2a0d5708f10977f3c6 (diff) | |
Fixed #18625 -- Removed old-style use of url tag
from the documentation.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/comments/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/comments/index.txt b/docs/ref/contrib/comments/index.txt index 40b1b662b7..af937e036e 100644 --- a/docs/ref/contrib/comments/index.txt +++ b/docs/ref/contrib/comments/index.txt @@ -250,7 +250,7 @@ Redirecting after the comment post To specify the URL you want to redirect to after the comment has been posted, you can include a hidden form input called ``next`` in your comment form. For example:: - <input type="hidden" name="next" value="{% url my_comment_was_posted %}" /> + <input type="hidden" name="next" value="{% url 'my_comment_was_posted' %}" /> .. _notes-on-the-comment-form: |
