Skip to content

Commit

Permalink
quick fix (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan authored Oct 25, 2024
1 parent c7e0a45 commit 676f177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ <h6 class="card-subtitle mt-2">{{ student.name }}</h6>
<span class="card-text">Roll Number: {{ student.roll_no }}</span><br>
<span class="card-text">Email: {{ user.email }}</span><br>
<span class="card-text">Department: {{ student.department }}</span><br>
<a href="/qrscan/"><button class="btn btn-primary">View Mess Card</button></a>
<hr>
{% if allocation_info|length > 0 %}
<h5>Your Allocation Details:</h5>
Expand All @@ -34,6 +33,7 @@ <h6>{{ key }}</h6>
</div>
</div>
{% endfor %}
<!-- <a href="/qrscan/"><button class="btn btn-primary">View Mess Card</button></a> -->
{% else %}
<h6>You will be able to see your allocated caterer after the allocation process is completed </h6>
{% endif %}
Expand Down

0 comments on commit 676f177

Please sign in to comment.