Skip to content

Commit

Permalink
Election Day: Hide filters for tacit elections.
Browse files Browse the repository at this point in the history
TYPE: Bugfix
  • Loading branch information
Marc Sommerhalder committed Jun 9, 2024
1 parent 0160578 commit 82e2527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onegov/election_day/templates/election/candidates.pt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<h3 tal:content="layout.title()" />
<h4 tal:condition="layout.subtitle()" i18n:translate="">${layout.subtitle()}</h4>

<div metal:use-macro="layout.macros['redirect-filters']"/>
<div metal:use-macro="layout.macros['redirect-filters']"/ tal:condition="not election.tacit">

<p tal:condition="not layout.has_candidates" i18n:translate="">
No candidacies.
Expand Down

0 comments on commit 82e2527

Please sign in to comment.