File tree Expand file tree Collapse file tree 5 files changed +48
-403
lines changed Expand file tree Collapse file tree 5 files changed +48
-403
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ <h2 class="text-3xl font-bold mb-6">Get Involved</h2>
77
77
class ="bg-green-500 text-white font-semibold py-3 px-6 rounded-full ">
78
78
< i class ="fas fa-users "> </ i > Join the Community
79
79
</ a >
80
- < a href ="{% url 'project_view ' %} "
80
+ < a href ="{% url 'project_list ' %} "
81
81
class ="bg-blue-500 text-white font-semibold py-3 px-6 rounded-full ">
82
82
< i class ="fas fa-project-diagram "> </ i > Explore Projects
83
83
</ a >
Original file line number Diff line number Diff line change 138
138
< div class ="my-4 border-t border-gray-300 "> </ div >
139
139
<!-- Projects Header Link -->
140
140
< li class ="mb-2 {% if request.path == '/projects/' %}bg-gray-200{% endif %} ">
141
- < a href ="{% url 'project_view ' %} "
141
+ < a href ="{% url 'project_list ' %} "
142
142
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 %} ">
143
143
< div class ="icon text-orange-500 ">
144
144
< i class ="fas fa-box fa-lg "> </ i >
You can’t perform that action at this time.
0 commit comments