Added buttons for back to index and show seeds
This commit is contained in:
parent
d37144c541
commit
36d10deaab
5 changed files with 15 additions and 3 deletions
|
@ -35,6 +35,8 @@
|
|||
<button type="submit" class="btn choice-btn btn-block">
|
||||
{% trans "Change Password" %}
|
||||
</button>
|
||||
<hr>
|
||||
<a class="btn choice-btn btn-block" href="{% url 'index' %}" role="button">Back to Index</a><br>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -34,7 +34,13 @@
|
|||
{% trans "Change User Data" %}
|
||||
</button>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="text-center">
|
||||
<a class="btn choice-btn btn-block" href="{% url 'index' %}" role="button">Back to Index</a>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
</div>
|
||||
<hr>
|
||||
<div class="text-center">
|
||||
<a class="btn choice-btn btn-block" href="{% url 'index' %}" role="button">Back to Index</a><br>
|
||||
<button type="submit" class="btn choicered-btn btn-block">
|
||||
{% trans "Delete Account" %}
|
||||
</button>
|
||||
|
|
|
@ -25,9 +25,11 @@
|
|||
</table>
|
||||
<br>
|
||||
<hr>
|
||||
<div class="text-center">
|
||||
<a href="{% url 'account_delete' %}">Delete your account</a><br>
|
||||
</div>
|
||||
<form class="form" novalidate>
|
||||
<div class="text-center">
|
||||
<a class="btn choice-btn btn-block" href="{% url 'index' %}" role="button">Back to Index</a><br>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue