Skip to content

Commit ac78d1f

Browse files
committed
Rename computing resources page
1 parent ec6ce6d commit ac78d1f

5 files changed

Lines changed: 5 additions & 64 deletions

File tree

apps/main_page/urls.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,9 @@
1414
name="constitution",
1515
),
1616
path(
17-
"resources/",
18-
TemplateView.as_view(template_name="computing_resources.html"),
19-
name="computing_resources",
20-
),
21-
path(
22-
"services/",
23-
TemplateView.as_view(template_name="services.html"),
24-
name="services",
17+
"tech/",
18+
TemplateView.as_view(template_name="tech.html"),
19+
name="tech",
2520
),
2621
path("join/", TemplateView.as_view(template_name="join.html"), name="join"),
2722
path("alumni/", TemplateView.as_view(template_name="alumni.html"), name="alumni"),

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
Officers
7878
</a>
7979

80-
<a class="navbar-item" href="{% url 'services' %}">
80+
<a class="navbar-item" href="{% url 'tech' %}">
8181
Tech
8282
</a>
8383

templates/computing_resources.html

Lines changed: 0 additions & 54 deletions
This file was deleted.

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2>
8989
The CSUA provides computing resources, free of charge, for all members.
9090
We have servers that provide webhosting, shell access, email
9191
forwarding, and commercial-grade machine learning.
92-
<a href="{% url 'computing_resources' %}">Read more here.</a>
92+
<a href="{% url 'tech' %}">Read more here.</a>
9393
</p>
9494

9595
<p>

0 commit comments

Comments
 (0)