Skip to content
Snippets Groups Projects
Commit 4e09648a authored by ryaningham2001's avatar ryaningham2001
Browse files

changed some terminology

parent 8bbce069
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
{% endif %} {% endif %}
{% if perms == '1' or perms == '3' %} {% if perms == '1' or perms == '3' %}
<li class="nav-item"> <li class="nav-item">
<a class = "nav-link" href="{% url 'manage_clubs' %}">Manage Clubs</a> <a class = "nav-link" href="{% url 'manage_clubs' %}">Manage Accounts</a>
</li> </li>
{% endif %} {% endif %}
{% endif %} {% endif %}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% block content %} {% block content %}
<div class="container mt-4"> <div class="container mt-4">
<h1>Manage Clubs</h1> <h1>Manage Accounts</h1>
{% if clubs %} {% if clubs %}
{% for club in clubs %} {% for club in clubs %}
<div class="card mb-3"> <div class="card mb-3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment