Skip to content

Commit

Permalink
Merge pull request #153 from IEEE-NITK/virtual_expo_fix
Browse files Browse the repository at this point in the history
User expo dashboard fix
  • Loading branch information
yukitya-1811 authored May 10, 2024
2 parents 4a220eb + 487809d commit 1648a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpus/templates/virtual_expo/members/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1 class=" my-2 text-4xl font-bold">My Reports</h1>
</td>
<td>
{% if report.approved %}
<a href="#" class="btn btn-primary px-3 py-1">View Report</a>
<a href="{% url 'virtual_expo_report' report_id=report.id %}" class="btn btn-primary px-3 py-1">View Report</a>
{% else %}
<a href="{% url 'virtual_expo_preview_report' report_id=report.id %}"
class="btn btn-neutral px-3 py-1">
Expand Down

0 comments on commit 1648a51

Please sign in to comment.