diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 370: fix bug #1002526 by correcting the arguments to the {% url %} tag (Rafael Martins)

Message ID 20120522041810.10917.67366.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson May 22, 2012, 4:18 a.m. UTC
Merge authors:
  Rafael Martins (rafaelmartins)
Related merge proposals:
  https://code.launchpad.net/~rafaelmartins/lava-server/password-change-redirect/+merge/106716
  proposed by: Rafael Martins (rafaelmartins)
------------------------------------------------------------
revno: 370 [merge]
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2012-05-22 16:16:43 +1200
message:
  fix bug #1002526 by correcting the arguments to the {% url %} tag (Rafael Martins)
modified:
  lava_server/templates/registration/password_change_done.html


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/templates/registration/password_change_done.html'
--- lava_server/templates/registration/password_change_done.html	2010-12-22 11:25:37 +0000
+++ lava_server/templates/registration/password_change_done.html	2012-05-21 22:12:33 +0000
@@ -18,7 +18,7 @@ 
   </tr>
   <tr>
     <th>
-      <input type="button" class="button" onclick='location.href="{% url home %}"' value="{% trans "Back to the dashboard" %}"/>
+      <input type="button" class="button" onclick='location.href="{% url lava.home %}"' value="{% trans "Back to the dashboard" %}"/>
     </th>
   </tr>
 </table>