Changeset - dcb652663ca7
[Not reviewed]
version_5
0 1 0
Dennis Fink - 10 years ago 2015-07-20 22:35:24
dennis.fink@c3l.lu
Fixed flattr button
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/donate/flattr.html
Show inline comments
 
@@ -6,16 +6,18 @@
 
  <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/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>
 
      <a href="https://flattr.com/submit/auto?user_id=FVDE&url=https%3A%2F%2Fenn.lu/donate/flattr" target="_blank">
 
        <img src="https://button.flattr.com/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></img>
 
      </a>
 
    </p>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)