Files @ dd0ea791f9b3
Branch filter:

Location: FVDE/ennstatus/ennstatus/templates/donate/snailmail.html

Dennis Fink
Use url_for for submit address in BPMForm on root.contact page
{% extends "base.html" %}

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

{% block content %}
  <div class="col-md-4 text-center">
    <img src="{{ url_for('static', filename='images/SnailMail.png') }}" class="img-rounded" alt="SnailMail" width="135" height="135">
    <h2>Snailmail</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>SnailMail</strong> is most probably, the most anonymous way to support us - as long as you debit / change the money anonymously and touch it without your fingerprints.</p>
    <!-- <p class="bg-info text-center">
      <strong>Either donate direclty to us, or proxy your money through one of our partner addresses.</strong>
    </p> --!>
		  
		<address>
      <strong>Frënn vun der Ënn, ASBL</strong><br>
		          BPM 381892<br>
      		    34, Rue Gabriel Lippmann<br>
		          L-5365, Munsbach<br>
      		    Luxembourg, Europe, Earth<br>
		</address>
  </div>
{% endblock %}