Changeset - e701f9a8e606
[Not reviewed]
version_5
0 1 0
Dennis Fink - 10 years ago 2015-08-20 15:45:40
dennis.fink@c3l.lu
Added missing whitespace in wiretransfer.html
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/donate/wiretransfer.html
Show inline comments
 
{% extends "base.html" %}
 

	
 
{% set title = "Donate - Wiretransfer" %}
 

	
 
{% block content %}
 
  <div class="col-md-4 text-center">
 
    <img src="{{ url_for('static', filename='images/WireTransfer.png') }}" class="img-rounded" alt="WireTransfer" width="135"></img>
 
    <h2>Wiretransfer</h2>
 
  </div>
 
  <div class="col-md-8">
 
    <blockquote>
 
      <p>"<em>This may be the purest form of democracy the world has ever known, and I — for one — am thrilled to be here to watch it unfold.</em>"</p>
 
      <small>Paco Ahlgren<citi"Source Title"></cite></small>
 
    </blockquote>
 

	
 
    <p><strong>Wire Transfer</strong> is probably the most traditional way to support us, but one of the simplest. Please, find our bank information below.</p>
 
    <p class="bg-info text-center">Either donate <strong>directlyto us</strong> or <strong>proxy</strong> your money <strong>through one of our partners.</strong></p>
 
    <p class="bg-info text-center">Either donate <strong>directly to us</strong> or <strong>proxy</strong> your money <strong>through one of our partners.</strong></p>
 
    <p>
 
      <strong>Account holder:</strong> Frënn vun der Ënn A.S.B.L.<br>
 
      <strong>BIC/SWIFT:</strong> BCEELULL<br>
 
      <strong>IBAN:</strong> LU65 0019 4055 6782 7000<br>
 
    </p>
 

	
 
    <h4>Partner Organizations</h4>
 
    <p>
 
      <strong>Account holder:</strong> Chaos Computer Club Lëtzebuerg A.S.B.L.<br>
 
      <strong>BIC/SWIFT:</strong> BCEELULL<br>
 
      <strong>IBAN:</strong> LU29 0019 2855 3890 4000<br>
 
      <strong>Subject:</strong> * to FVDE<br>
 
    </p>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)