mirror of
https://github.com/YunoHost/pepettes.git
synced 2024-09-03 20:06:20 +02:00
Misc fixes
This commit is contained in:
parent
424a3f61c4
commit
6be78be447
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
<body class="text-center">
|
<body class="text-center">
|
||||||
<main class="form-donate">
|
<main class="form-donate">
|
||||||
<div>
|
<div>
|
||||||
<img src="{{ logo }}" class="mb-4" alt="" width="74" height="74"/>
|
<img src="{{ logo }}" class="mb-4" alt="Project Logo" max-width="7em"/>
|
||||||
<h1 class="h3 mb-3 fw-normal">{{ _('I want to give to %(name)s', name=name) }}</h1>
|
<h1 class="h3 mb-3 fw-normal">{{ _('I want to give to %(name)s', name=name) }}</h1>
|
||||||
<div class="input-group mb-3">
|
<div class="input-group mb-3">
|
||||||
<input type="hidden" id="csrf" value="{{ csrf }}" />
|
<input type="hidden" id="csrf" value="{{ csrf }}" />
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button id="submit" class="w-100 btn btn-lg btn-primary">{{ _('Donate') }}</button>
|
<button id="submit" class="w-100 btn btn-lg btn-primary">{{ _('Donate') }}</button>
|
||||||
<p><a href="{{ contact_url }}">{{ _('If you want to stop a monthly donation contact us') }}</a></p>
|
<p><a href="{{ contact_url }}">{{ _('If you want to cancel a monthly donation, please contact us') }}</a></p>
|
||||||
<div id="error-message"></div>
|
<div id="error-message"></div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue