Skip to content

Commit

Permalink
Fixes typo in opening hours rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Jul 2, 2024
1 parent ae7fc68 commit 78fc05b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/onegov/org/templates/macros.pt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@

<metal:footer_opening_hours define-macro="footer_opening_hours" i18n:domain="onegov.org">
<h2 i18n:translate tal:condition="opening_hours or opening_hours_url">Opening Hours</h2>
<div tal:content="layout.org.opening_hours" />
<div tal:content="opening_hours" />
<a tal:condition="opening_hours_url" tal:attributes="href opening_hours_url"><strong i18n:translate>more…</strong></a>
</metal:footer_opening_hours>

Expand Down
2 changes: 1 addition & 1 deletion src/onegov/town6/templates/macros.pt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@

<metal:footer_opening_hours define-macro="footer_opening_hours" i18n:domain="onegov.town6">
<h5 i18n:translate tal:condition="opening_hours or opening_hours_url">Opening Hours</h5>
<div tal:content="layout.org.opening_hours" />
<div tal:content="opening_hours" />
<a tal:condition="opening_hours_url" tal:attributes="href opening_hours_url"><strong><tal:b i18n:translate>more</tal:b>…</strong></a>
</metal:footer_opening_hours>

Expand Down

0 comments on commit 78fc05b

Please sign in to comment.