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">
 | 
					                            <button type="submit" class="btn choice-btn btn-block">
 | 
				
			||||||
                                {% trans "Change Password" %}
 | 
					                                {% trans "Change Password" %}
 | 
				
			||||||
                            </button>
 | 
					                            </button>
 | 
				
			||||||
 | 
					                            <hr>
 | 
				
			||||||
 | 
					                            <a class="btn choice-btn btn-block" href="{% url 'index' %}" role="button">Back to Index</a><br>
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                    </form>
 | 
					                    </form>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -34,7 +34,13 @@
 | 
				
			||||||
                                {% trans "Change User Data" %}
 | 
					                                {% trans "Change User Data" %}
 | 
				
			||||||
                            </button>
 | 
					                            </button>
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
 | 
					                        <hr>
 | 
				
			||||||
 | 
					                        <div class="text-center">
 | 
				
			||||||
 | 
					                            <a class="btn choice-btn btn-block" href="{% url 'index' %}" role="button">Back to Index</a>
 | 
				
			||||||
 | 
					                        </div>
 | 
				
			||||||
                    </form>
 | 
					                    </form>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -27,6 +27,7 @@
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                        <hr>
 | 
					                        <hr>
 | 
				
			||||||
                        <div class="text-center">
 | 
					                        <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">
 | 
					                            <button type="submit" class="btn choicered-btn btn-block">
 | 
				
			||||||
                                {% trans "Delete Account" %}
 | 
					                                {% trans "Delete Account" %}
 | 
				
			||||||
                            </button>
 | 
					                            </button>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,9 +25,11 @@
 | 
				
			||||||
                    </table>
 | 
					                    </table>
 | 
				
			||||||
                    <br>
 | 
					                    <br>
 | 
				
			||||||
                    <hr>
 | 
					                    <hr>
 | 
				
			||||||
                    <div class="text-center">
 | 
					                    <form class="form" novalidate>
 | 
				
			||||||
                        <a href="{% url 'account_delete' %}">Delete your account</a><br>
 | 
					                        <div class="text-center">
 | 
				
			||||||
                    </div>
 | 
					                            <a class="btn choice-btn btn-block" href="{% url 'index' %}" role="button">Back to Index</a><br>
 | 
				
			||||||
 | 
					                        </div>
 | 
				
			||||||
 | 
					                    </form>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,6 +16,7 @@
 | 
				
			||||||
                    <form class="form">
 | 
					                    <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_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 '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>
 | 
					                        <a class="btn choicered-btn btn-block" href="{% url 'logout' %}" role="button">{% trans "Logout" %}</a><br><br>
 | 
				
			||||||
                   </form>
 | 
					                   </form>
 | 
				
			||||||
                    <br>
 | 
					                    <br>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue