Skip to content

Commit

Permalink
fix: 2022-2023 (#7717)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesNepote authored Nov 18, 2022
1 parent 322960f commit 36bc085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/web/common/includes/donate_banner.tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</a>

<p class="">[% f_lang('donation_body_employees', { number_of_employees => '8' }) %]<br>
[% f_lang('donation_why_year', { year => '2022' }) %] <strong>[% lang('thank_you') %] <span style="color:red">❤️</span></strong>
[% f_lang('donation_why_year', { year => '2023' }) %] <strong>[% lang('thank_you') %] <span style="color:red">❤️</span></strong>
</p>
<input class="hide_image_banner" id="hide_image_banner1" type="checkbox" style="margin-top:1.5rem;margin-bottom:0;">
<label for="hide_image_banner1">
Expand All @@ -38,7 +38,7 @@

<div class="small-12 columns">
<p class="">[% f_lang('donation_body_employees', { number_of_employees => '8' }) %]<br>
[% f_lang('donation_why_year', { year => '2022' }) %] <strong>[% lang('thank_you') %] <span style="color:red">❤️</span></strong>
[% f_lang('donation_why_year', { year => '2023' }) %] <strong>[% lang('thank_you') %] <span style="color:red">❤️</span></strong>
</p>
<input class="hide_image_banner" id="hide_image_banner2" type="checkbox" style="margin-top:1.5rem;margin-bottom:0;">
<label for="hide_image_banner2">
Expand Down
4 changes: 2 additions & 2 deletions templates/web/common/includes/donate_banner_bottom.tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</a>

<p class="">[% f_lang('donation_body_employees', { number_of_employees => '8' }) %]<br>
[% f_lang('donation_why_year', { year => '2022' }) %] <strong>[% lang('thank_you') %] <span style="color:red">❤️</span></strong>
[% f_lang('donation_why_year', { year => '2023' }) %] <strong>[% lang('thank_you') %] <span style="color:red">❤️</span></strong>
</p>
</div>
</div>
Expand All @@ -31,7 +31,7 @@

<div class="small-12 columns">
<p class="">[% f_lang('donation_body_employees', { number_of_employees => '8' }) %]<br>
[% f_lang('donation_why_year', { year => '2022' }) %] <strong>[% lang('thank_you') %] <span style="color:red">❤️</span></strong>
[% f_lang('donation_why_year', { year => '2023' }) %] <strong>[% lang('thank_you') %] <span style="color:red">❤️</span></strong>
</p>
</div>
</div>
Expand Down

0 comments on commit 36bc085

Please sign in to comment.