Skip to content

Commit 4a4f617

Browse files
authored
Revert "Update project links to use 'project_view' instead of 'project_list'"
1 parent 5d54897 commit 4a4f617

File tree

5 files changed

+48
-403
lines changed

5 files changed

+48
-403
lines changed

website/templates/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2 class="text-3xl font-bold mb-6">Get Involved</h2>
7777
class="bg-green-500 text-white font-semibold py-3 px-6 rounded-full">
7878
<i class="fas fa-users"></i> Join the Community
7979
</a>
80-
<a href="{% url 'project_view' %}"
80+
<a href="{% url 'project_list' %}"
8181
class="bg-blue-500 text-white font-semibold py-3 px-6 rounded-full">
8282
<i class="fas fa-project-diagram"></i> Explore Projects
8383
</a>

website/templates/includes/sidenav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<div class="my-4 border-t border-gray-300"></div>
139139
<!-- Projects Header Link -->
140140
<li class="mb-2 {% if request.path == '/projects/' %}bg-gray-200{% endif %}">
141-
<a href="{% url 'project_view' %}"
141+
<a href="{% url 'project_list' %}"
142142
class="flex items-center w-full no-underline p-2 {% if '/projects/' in request.path %} text-black {% else %} hover:text-red-500 text-black {% endif %}">
143143
<div class="icon text-orange-500">
144144
<i class="fas fa-box fa-lg"></i>

0 commit comments

Comments
 (0)