Changeset - c988ee93ae11
[Not reviewed]
dev
0 1 0
Dennis Fink - 7 years ago 2017-12-11 23:33:57
dennis.fink@c3l.lu
Fix donate page
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/donate/index.html
Show inline comments
 
@@ -90,12 +90,13 @@
 
          </p>
 
         </center>
 
        </div>
 
      </div>
 
    </div>
 
  </div>
 
  <div class="col-md-12">
 
    <div class="col-xs-12 col-sm-6 col-md-4">
 
      <div class="thumbnail">
 
        <center>
 
          <h3>Ethereum</h3>
 
        </center>
 
        <div class="well well-sm">
 
@@ -105,13 +106,12 @@
 
            <a href="ethereum:0x032840e0e6bef8c5d6e95229672487ea2ba2475b"><img src="{{ url_for('static', filename='images/eth.png') }}" width="200"></a>
 
          </p>
 
         </center>
 
        </div>
 
      </div>
 
    </div>
 
  <div class="col-md-12">
 
    <div class="col-xs-12 col-sm-6 col-md-4">
 
      <div class="thumbnail">
 
        <center>
 
          <h3>PayPal</h3>
 
          <div class="well well-sm">
 
            <p>Use your existing PayPal account or check-out as guest. (Credit cards accepted)</p>
 
@@ -122,7 +122,8 @@
 
    		      <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
 
            </form>
 
          </div>
 
        </center>
 
      </div>
 
    </div>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)