diff --git a/hackadmin/templates/hackadmin_panel.html b/hackadmin/templates/hackadmin_panel.html index 33446d28..bc5cae83 100644 --- a/hackadmin/templates/hackadmin_panel.html +++ b/hackadmin/templates/hackadmin_panel.html @@ -1,5 +1,7 @@ {% extends 'base.html' %} +{% include 'includes/back_button.html' with redirect_url="/hackadmin/" button_label="Back To HackAdmin" %} + {% block content %}
diff --git a/hackadmin/templates/list_all_users.html b/hackadmin/templates/list_all_users.html index 1b711f1d..01625cff 100644 --- a/hackadmin/templates/list_all_users.html +++ b/hackadmin/templates/list_all_users.html @@ -1,6 +1,8 @@ {% extends 'base.html' %} {% load hackadmin_tags %} +{% include 'includes/back_button.html' with redirect_url="/hackadmin/" button_label="Back To HackAdmin" %} + {% block content %}