app/soc/templates/soc/tasks/start_update.html
changeset 2928 76d5782542dd
parent 2911 2ddd386d1dbd
--- a/app/soc/templates/soc/tasks/start_update.html	Tue Sep 15 22:03:18 2009 +0200
+++ b/app/soc/templates/soc/tasks/start_update.html	Tue Sep 15 22:23:06 2009 +0200
@@ -19,7 +19,7 @@
 {% for option in options %}
 <p>
 If you are updating from version <b>{{ option.from_version }}</b> or earlier.
-Please click <a href="/tasks/update/{{option.name}}">here</a> to run the following update:<br />
+Please click <a href="/tasks/update/start/{{option.name}}">here</a> to run the following update:<br />
 {{option.description}}
 </p>
 {% endfor %}