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
 
@@ -84,45 +84,46 @@
 
        </center>
 
        <div class="well well-sm">
 
         <center>
 
          <p>
 
            <b>Bitcoin Address:</b> 1EYZCq2ZL6chWXYYkJoDo7fz39UC7do5cC
 
            <a href="bitcoin:1EYZCq2ZL6chWXYYkJoDo7fz39UC7do5cC?label=FVDE"><img src="{{ url_for('static', filename='images/btc.png') }}" width="200"></a>
 
          </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">
 
         <center>
 
          <p>
 
            <b>Ether Address:</b> 0x032840e0e6bef8c5d6e95229672487ea2ba2475b
 
            <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>
 
            <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
      		    <input type="hidden" name="cmd" value="_s-xclick">
 
    	  	    <input type="hidden" name="hosted_button_id" value="JKNKAGHS65QN4">
 
    		      <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
 
    		      <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)