Skip to content

Commit

Permalink
Merge pull request #213 from roodjong/use-org-logo-consistently
Browse files Browse the repository at this point in the history
Use variable org logo instead of hardcoded
  • Loading branch information
pingiun authored Nov 17, 2024
2 parents 0f52137 + 1257665 commit 25dc7cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/user/member/failed.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block body %}
<div id="center-form-wrapper" class="big-form">

<img id="logo" src="{{ asset('assets/image/logo.png') }}" />
<img id="logo" src="{{ asset(orgLogo) }}" />

<span class="center-form-title">
{% trans %}Betaling mislukt{% endtrans %}
Expand Down
2 changes: 1 addition & 1 deletion templates/user/member/finished.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block body %}
<div id="center-form-wrapper" class="big-form">

<img id="logo" src="{{ asset('assets/image/logo.png') }}" />
<img id="logo" src="{{ asset(orgLogo) }}" />

<span class="center-form-title">
Inschrijven bij <span class="rood">ROOD</span>
Expand Down
2 changes: 1 addition & 1 deletion templates/user/member/processing.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{% block body %}
<div id="center-form-wrapper" class="big-form">

<img id="logo" src="{{ asset('assets/image/logo.png') }}" />
<img id="logo" src="{{ asset(orgLogo) }}" />

<span class="center-form-title">
{% trans %}Betaling verwerken...{% endtrans %}
Expand Down

0 comments on commit 25dc7cd

Please sign in to comment.