added some filters to templates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% extends 'common/base.html' %}
|
||||
|
||||
{% load filters %}
|
||||
{% block content %}
|
||||
<form method="POST">
|
||||
{% csrf_token %}
|
||||
@@ -32,8 +32,8 @@
|
||||
<td>{{ container.number }}</td>
|
||||
<td>{{ container.container_type }}</td>
|
||||
<td>{{ container.line.company.short_name }}</td>
|
||||
<td>{{ container.received_on|date:"Y-m-d" }}</td>
|
||||
<td>{{ container.expedited_on|date:"Y-m-d" }}</td>
|
||||
<td>{{ container.received_on|bg_date }}</td>
|
||||
<td>{{ container.expedited_on|bg_date }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user