Added buttons for back to index and show seeds

This commit is contained in:
wcolmenares 2019-05-26 16:50:56 -04:00
commit 36d10deaab
5 changed files with 15 additions and 3 deletions

View file

@ -16,6 +16,7 @@
<form class="form">
<a class="btn choice-btn btn-block" href="{% url 'change_data' %}" role="button">{% trans "Change your userdata" %}</a><br>
<a class="btn choice-btn btn-block" href="{% url 'change_password' %}" role="button">Change your password</a><br>
<a class="btn choice-btn btn-block" href="{% url 'user_seeds' %}" role="button">Show seeds</a><br>
<a class="btn choicered-btn btn-block" href="{% url 'logout' %}" role="button">{% trans "Logout" %}</a><br><br>
</form>
<br>