Skip to content

Commit

Permalink
Add default list of LA in Additional info table
Browse files Browse the repository at this point in the history
  • Loading branch information
taleksovska committed Aug 23, 2024
1 parent 4782df8 commit bbbd527
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<th scope="row">{{ _('National operator code') }}</th>
<td>{{ h.get_national_operator_code(pkg_dict.owner_org) }}</td>
</tr>
<tr>
<th scope="row">{{ _('Local Authorities visibility') }}</th>
<td>{{ h.get_local_authorities() }}</td>
</tr>
{%- endblock -%}
{% if pkg_dict.extras %}
{% for extra in pkg_dict.extras %}
Expand Down

0 comments on commit bbbd527

Please sign in to comment.