diff --git a/templates/editEntries.html b/templates/editEntries.html index f56f993e867270265904f6e647bc2c81dab5a975..25f0c3186170e61b00db3aa2a6791cbbc9bd47f5 100644 --- a/templates/editEntries.html +++ b/templates/editEntries.html @@ -14,7 +14,7 @@ <div class="login-page"> <div class="form"> {{content | safe}} - <p>{% if backButton %}<a href="{{backButton}}"><button id="small">last page</button></a>{% endif %}	{% if nextButton %}<a href="{{nextButton}}"><button id="small">next page</button></a>{% endif %}</p> + <p>{% if backButton %}<a href="{{backButton}}"><button id="small">previous page</button></a>{% endif %}	{% if nextButton %}<a href="{{nextButton}}"><button id="small">next page</button></a>{% endif %}</p> <p><a href="/user/api"><button id="small">API</button></a>	<a href="/"><button id="small">back</button></a></p> </div> </div>