Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Demerdjiev committed Apr 28, 2017
1 parent fda0ac1 commit e6df11f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{% endfor %}
{% elif field.field_name == 'temporal_coverage' %}
{% set tcdates = h.scheming_convert_str_to_dict(pkg_dict.temporal_coverage) %}
% if tcdates.temporal_coverage_from %}
{% if tcdates.temporal_coverage_from %}
<tr>
<th scope="row" class="dataset-label">{{ _('Zeitrahmen von') }}</th>
{% set date = h.scheming_localize_date(tcdates.temporal_coverage_from) %}
Expand Down

0 comments on commit e6df11f

Please sign in to comment.