Skip to content
Snippets Groups Projects
Commit 2e113052 authored by Carlos Vega's avatar Carlos Vega
Browse files

use display_visit_number filter

parent b069e347
No related branches found
No related tags found
1 merge request!250Virus visit column changes
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
{% endblock styles %} {% endblock styles %}
{% block ui_active_tab %}'visits'{% endblock ui_active_tab %} {% block ui_active_tab %}'visits'{% endblock ui_active_tab %}
{% block page_header %}Details of the visit ({{ visit.visit_number }}) {% endblock page_header %} {% block page_header %}Details of the visit ({{ visit.visit_number | display_visit_number }}) {% endblock page_header %}
{% block page_description %}{% endblock page_description %} {% block page_description %}{% endblock page_description %}
{% block title %}{{ block.super }} - Details of visit ({{ visit.visit_number }}) {% endblock %} {% block title %}{{ block.super }} - Details of visit ({{ visit.visit_number | display_visit_number }}) {% endblock %}
{% block breadcrumb %} {% block breadcrumb %}
{% include "subjects/breadcrumb.html" %} {% include "subjects/breadcrumb.html" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment