Changeset - ef1e7eaa34c4
[Not reviewed]
default
0 1 0
Dennis Fink - 10 years ago 2014-10-23 15:40:42
dennis.fink@c3l.lu
Use real flattr button
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/donate/flattr.html
Show inline comments
 
{% extends "base.html" %}
 

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

	
 
{% block content %}
 
  <div class="col-md-4 text-center">
 
    <img src="{{ url_for('static', filename='images/Flattr_Logo.png') }}" class="img-rounded" alt="SnailMail"></img>
 
    <h2>Flattr</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>We do accept <strong>flattr</strong>. Help us to raise some more funds to support our infrastructure.</p>
 
    <p class="bg-info text-center">
 
	    <a href="https://flattr.com/thing/1212758/Frnn-vun-der-nn" target="_blank">Flattr this</a>
 
      <a href="https://flattr.com/submit/auto?user_id=FVDE&url=http%3A%2F%2Fenn.lu" target="_blank"><img src="//api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></a>
 
    </p>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)