Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions hackadmin/templates/hackadmin_panel.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{% extends 'base.html' %}

{% include 'includes/back_button.html' with redirect_url="/hackadmin/" button_label="Back To HackAdmin" %}

{% block content %}
<div class="row">
<div class="col">
Expand Down
2 changes: 2 additions & 0 deletions hackadmin/templates/list_all_users.html
Original file line number Diff line number Diff line change
@@ -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 %}
<div class="row mb-2">
<div class="col">
Expand Down