app/soc/templates/soc/tasks/start_update.html
changeset 2928 76d5782542dd
parent 2911 2ddd386d1dbd
equal deleted inserted replaced
2927:ac4f93519855 2928:76d5782542dd
    17 The updates are sorted per version.
    17 The updates are sorted per version.
    18 
    18 
    19 {% for option in options %}
    19 {% for option in options %}
    20 <p>
    20 <p>
    21 If you are updating from version <b>{{ option.from_version }}</b> or earlier.
    21 If you are updating from version <b>{{ option.from_version }}</b> or earlier.
    22 Please click <a href="/tasks/update/{{option.name}}">here</a> to run the following update:<br />
    22 Please click <a href="/tasks/update/start/{{option.name}}">here</a> to run the following update:<br />
    23 {{option.description}}
    23 {{option.description}}
    24 </p>
    24 </p>
    25 {% endfor %}
    25 {% endfor %}
    26 
    26 
    27 {% endblock %}
    27 {% endblock %}