]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/wishlist/donate.html
Massive web site update
[people/shoehn/ipfire.org.git] / templates / wishlist / donate.html
index c3f762701496b56f03846fbaaeb5531e75dafbc0..738192c2eccf9aed7c57f2c126f16cd76c5841c3 100644 (file)
@@ -2,37 +2,36 @@
 
 {% block title %}{{ wish.title }} - {{ _("Donate") }}{% end block %}
 
-{% block body %}
-       <div class="page-header">
-               <h2>{{ wish.title }}</h2>
-       </div>
+{% block container %}
+       <section class="container content-section text-center">
+               <div class="page-header">
+                       <h2>{{ wish.title }}</h2>
+               </div>
 
-       {% if lang == "de" %}
-               <p>
-                       Bevor du mit deiner Spende fortfährst, lies bitte die
-                       <a href="/terms">{{ _("Terms & Conditions") }}</a>.
-                       Solltest du mit diesen nicht einverstanden sein,
-                       fahre nicht weiter fort.
-               </p>
-               <p>
-                       Wähle dann deine präferierte Bezahlmethode aus, um deine Spende zu tätigen.
-               </p>
-       {% else %}
-               <p>
-                       Before you make your donation, make sure that you
-                       have read the <a href="/terms">{{ _("Terms & Conditions") }}</a>.
-                       In case you don't agree to them, please stop right here.
-               </p>
-               <p>
-                       To go on, please pick one of the methods below to make your donation.
-               </p>
-       {% end %}
+               {% if lang == "de" %}
+                       <p>
+                               Bevor du mit deiner Spende fortfährst, lies bitte die
+                               <a href="/terms">{{ _("Terms & Conditions") }}</a>.
+                       </p>
+                       <p>
+                               Wähle dann deine präferierte Bezahlmethode aus, um deine Spende zu tätigen.
+                       </p>
+               {% else %}
+                       <p>
+                               Before you make your donation, make sure that you
+                               have read the <a href="/terms">{{ _("Terms & Conditions") }}</a>.
+                       </p>
+                       <p>
+                               Then pick one of the methods below to make your donation.
+                       </p>
+               {% end %}
 
-       <hr>
+               <br class="separator">
 
-       <div class="row">
-               <div class="col-lg-10 col-md-10 col-lg-offset-1">
-                       {% module DonationBox(wish.tag) %}
+               <div class="row">
+                       <div class="col-lg-10 col-md-10 col-lg-offset-1">
+                               {% module DonationBox(wish.tag) %}
+                       </div>
                </div>
-       </div>
+       </section>
 {% end block %}