Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GwilhermPoullennec committed Jan 7, 2022
1 parent 7e28a63 commit fb2623f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orgues/templates/orgues/orgue_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h4 class="card-title mb-0">
{% spaceless %}
<p class="my-0">
<span v-html="orgue._formatted.ancienne_commune" v-if="orgue.ancienne_commune"></span>
<span v-if="orgue.ancienne_commune">)</span>,
<span v-if="orgue.ancienne_commune">)</span>
</p>
{% endspaceless %}
<p class="my-0" v-if="orgue.facteurs.length > 0">
Expand Down

0 comments on commit fb2623f

Please sign in to comment.