Skip to content

Commit

Permalink
updated templates
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-andreotti committed Nov 6, 2024
1 parent e60e85e commit 79fe9a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions rer/bandi/browser/bando-right.pt
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@
<strong><span i18n:translate="materie_label">Topic</span>:</strong>
<span tal:content="python:' | '.join(materie)"></span>
</div>
<div class="finanziatori-bando" tal:define="finanziatori context/finanziatori"
tal:condition="finanziatori">
<div class="finanziatori-bando" tal:define="finanziato context/finanziato"
tal:condition="finanziato">
<strong><span i18n:translate="finanziatori_label">Financed by EU programmes</span>:</strong>
<span tal:content="python:' | '.join(finanziatori)"></span>
<span tal:content="python:' | '.join(finanziato)"></span>
</div>
</div>
<div class="visualClear"></div>
Expand Down
6 changes: 3 additions & 3 deletions rer/bandi/browser/bando.pt
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
<strong><span i18n:translate="materie_label">Topic</span>:</strong>
<span tal:content="python:' | '.join(materie)"></span>
</div>
<div class="finanziatori-bando" tal:define="finanziatori context/finanziatori"
tal:condition="finanziatori">
<div class="finanziatori-bando" tal:define="finanziato context/finanziato"
tal:condition="finanziato">
<strong><span i18n:translate="finanziatori_label">Financed by EU programmes</span>:</strong>
<span tal:content="python:' | '.join(finanziatori)"></span>
<span tal:content="python:' | '.join(finanziato)"></span>
</div>
</div>
<div class="visualClear"></div>
Expand Down
4 changes: 2 additions & 2 deletions rer/bandi/profiles/uninstall/catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<indexed_attr value="tipologia_bando"/>
</index>
<column value="tipologia_bando" remove="True"/>
<index name="finanziatori" meta_type="FieldIndex" remove="True">
<indexed_attr value="finanziatori"/>
<index name="finanziato" meta_type="FieldIndex" remove="True">
<indexed_attr value="finanziato"/>
</index>
<index name="materie" meta_type="FieldIndex" remove="True">
<indexed_attr value="materie"/>
Expand Down

0 comments on commit 79fe9a1

Please sign in to comment.