Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project links to use 'project_view' instead of 'project_list' #3176

Merged
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: 1 addition & 1 deletion website/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2 class="text-3xl font-bold mb-6">Get Involved</h2>
class="bg-green-500 text-white font-semibold py-3 px-6 rounded-full">
<i class="fas fa-users"></i> Join the Community
</a>
<a href="{% url 'project_list' %}"
<a href="{% url 'project_view' %}"
class="bg-blue-500 text-white font-semibold py-3 px-6 rounded-full">
<i class="fas fa-project-diagram"></i> Explore Projects
</a>
Expand Down
2 changes: 1 addition & 1 deletion website/templates/includes/sidenav.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<div class="my-4 border-t border-gray-300"></div>
<!-- Projects Header Link -->
<li class="mb-2 {% if request.path == '/projects/' %}bg-gray-200{% endif %}">
<a href="{% url 'project_list' %}"
<a href="{% url 'project_view' %}"
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 %}">
<div class="icon text-orange-500">
<i class="fas fa-box fa-lg"></i>
Expand Down
Loading
Loading