- <button class="previous-page">
- <img src="{{STATIC_URL}}icons/go-previous.png"
- alt="{% trans "Previous" %}" title="{% trans "Previous" %}"/>
+ <button class="start-page" alt="{% trans "Go to first image of this part" %}" title="{% trans "Go to first image of this part" %}">
+ <img src="{{STATIC_URL}}icons/revert.png"/>
+ </button>
+ <button class="previous-page" alt="{% trans "Previous" %}" title="{% trans "Previous" %}">
+ <img src="{{STATIC_URL}}icons/go-previous.png"/>