Skip to content
Snippets Groups Projects
Commit 4912f679 authored by anonymous's avatar anonymous
Browse files

hide timerange pill if empty

parent 29bb6b17
No related branches found
No related tags found
No related merge requests found
...@@ -71,9 +71,12 @@ Example: ...@@ -71,9 +71,12 @@ Example:
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block notes %} {% block notes %}
{%if start or end %}
<div class='package-info-pill'> <div class='package-info-pill'>
{{timerange}} {{timerange}}
</div> </div>
{% endif %}
{% set spatial_text=h.odsh_get_spatial_text(package)%} {% set spatial_text=h.odsh_get_spatial_text(package)%}
{%if spatial_text %} {%if spatial_text %}
<div class='package-info-pill'> <div class='package-info-pill'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment