Skip to content

Commit

Permalink
Alpha Release 2020.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
siraj-samsudeen committed Mar 5, 2020
1 parent 49e181a commit 366adba
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions core_app/templates/due.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,8 @@ <h6 class="m-0 font-weight-bold text-primary">
<a href="{% url 'page_entry' student_id=student.id page=page %}">{{page}}</a>
</td>

{% comment %} {% for key,value in page_summary.items %}
{% if key in keys_list %}
{% if 'date' in key %} <td>{{value | date:"d M D"}}</td>
{% else %}
<td>{{value}}</td>
{% endif %}
{% endif %}
{% endfor %} {% endcomment %}
{% for key in keys_map.keys %}
{% if 'date' in key %} <td>{{page_summary|get_item:key | date:"d M D"}}</td>
{% if 'date' in key %} <td>{{page_summary|get_item:key | date:"dD"}}</td>
{% else %}
<td>{{ page_summary|get_item:key }}</td>
{% endif %}
Expand Down

0 comments on commit 366adba

Please sign in to comment.