~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to templates/threadedcomments/inlines/comments.html

  • Committer: Holger Rapp
  • Date: 2010-01-04 21:48:27 UTC
  • Revision ID: rapp@mrt.uka.de-20100104214827-s25412s3wg0xcytd
Fixed bug 502741 in a ugly fashion

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        <br />
33
33
        <div class="news_item">
34
34
                <h3 class="title">Reply to Original:</h3>
35
 
        <form method="POST" action="{% get_comment_url object %}">
 
35
      <form method="POST" action="{% get_comment_url object %}?next={{object.get_absolute_url}}">
36
36
                <div class="content">
37
37
                        <table class="text" width="100%">
38
38
                                        <tr>
48
48
                                <tr>
49
49
                                        <td class="admin">
50
50
                                                <input type="hidden" name="markup" value="1" />
 
51
                  <input type="hidden" value="next" value="{{ object.get_absolute_url }}" />
51
52
                                                <input type="submit" value="Submit Comment" />
52
53
                                        </td>
53
54
                                </tr>