Skip to content

Commit

Permalink
Fix href destination in project name anchor in popular projects table
Browse files Browse the repository at this point in the history
  • Loading branch information
ds283 committed Mar 25, 2024
1 parent 5c870ba commit b4cada5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
<tr>
<td>
<a class="link-primary text-decoration-none small"
href="{{ url_for('faculty.project_preview', id=p.id, text='convenor dashboard', url=url_for('convenor.status', id=config.pclass_id)) }}">{{ p.name }}</a>
href="{{ url_for('faculty.live_project', pid=project.id, text='convenor dashboard', url=url_for('convenor.status', id=config.pclass_id)) }}">{{ p.name }}</a>
</td>
<td>
{% if not p.generic %}
Expand Down

0 comments on commit b4cada5

Please sign in to comment.