]> git.openstreetmap.org Git - osqa.git/commitdiff
Fix wrong arg in user_report url reverse
authorYohan Boniface <yb@enix.org>
Sun, 31 Aug 2014 18:55:44 +0000 (20:55 +0200)
committerTom Hughes <tom@compton.nu>
Tue, 12 May 2015 07:56:36 +0000 (08:56 +0100)
forum/skins/default/templates/users/info.html

index c7d50e51683d77b9e9ec3b9a85336c9d26e000ed..a714e2352775f97594a87f3594f2720ff73b9318 100644 (file)
 
                 <tr>
                     <td colspan="2" style="text-align:right">
-                        <a href="{% url "user_report" user.pk %}" class="ajax-command withprompt">
+                        <a href="{% url "user_report" view_user.pk %}" class="ajax-command withprompt">
                         Report user
                         </a>
                     </td>