Message ID | 20120522041810.10917.67366.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== 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>