Skip to content

Commit

Permalink
Update view_attendance_date.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin-Tony committed Apr 28, 2021
1 parent e3b11e2 commit c7022c2
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions recognition/templates/recognition/view_attendance_date.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@
<li class="nav-item active">
<a class="nav-link" href="{%url 'add_notification' %}"><b>Add Notification </b></a>
</li>

<li class="nav-item active">
<a class="nav-link" href="{%url 'mesg_staff' %}"><b>Message to Staff </b></a>
</li>





Expand Down Expand Up @@ -80,9 +76,10 @@
{% for stud in qs %}
<tr>
<td>{{stud.user.username}}</td>
<td>{{stud.designation}}</td>
<td>{{stud.date.date}}</td>
<td>{{stud.time_desig.time}}</td>
<td>{{stud.designation.designation}}</td>
<td>{{stud.date}}</td>
<td>{{stud.time}}</td>

</tr>
{% endfor %}
</tbody>
Expand All @@ -97,14 +94,14 @@
<p class="card-text" style="text-align: center;">Number of hours worked each day.</p>
</div>
</div> -->
{% if messages %}
<!-- {% if messages %}
{% for message in messages%}
<div class="alert alert-{{message.tags}}" > {{message}}
</div>
{%endfor %}
{%endif%}

-->
</div>


Expand All @@ -115,4 +112,4 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>
</html>

0 comments on commit c7022c2

Please sign in to comment.