Changeset - 420f7a77e3bc
[Not reviewed]
version_5
0 3 0
Dennis Fink - 10 years ago 2015-07-20 22:37:26
dennis.fink@c3l.lu
Fixed alt attribute in img of donate pages
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/donate/bitcoin.html
Show inline comments
 
@@ -22,13 +22,13 @@
 
  </style>
 
{% endblock %}
 

	
 

	
 
{% block content %}
 
  <div class="col-md-4 text-center">
 
    <img src="{{ url_for('static', filename='images/BitCoin_Logo.png') }}" class="img-rounded" alt="WhoIs" width="160"></img>
 
    <img src="{{ url_for('static', filename='images/BitCoin_Logo.png') }}" class="img-rounded" alt="Bitcoin" width="160"></img>
 
    <h2>Bitcoin</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</small>
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>
 
    <img src="{{ url_for('static', filename='images/Flattr_Logo.png') }}" class="img-rounded" alt="Flattr"></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>
ennstatus/templates/donate/paypal.html
Show inline comments
 
{% extends "base.html" %}
 

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

	
 
{% block content %}
 
  <div class="col-md-4 text-center">
 
    <img src="{{ url_for('static', filename='images/PayPal_Logo.png') }}" class="img-rounded" alt="WhoIs" width="135"></img>
 
    <img src="{{ url_for('static', filename='images/PayPal_Logo.png') }}" class="img-rounded" alt="PayPal" width="135"></img>
 
    <h2>PayPal</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>
0 comments (0 inline, 0 general)