Changeset - 2818a3f14424
[Not reviewed]
default
2 2 0
Dennis Fink - 10 years ago 2014-10-23 15:33:32
dennis.fink@c3l.lu
Removed litecoin and namecoin addresses as we've didn't use them
4 files changed with 0 insertions and 54 deletions:
0 comments (0 inline, 0 general)
ennstatus/donate/views.py
Show inline comments
 
@@ -29,22 +29,12 @@ def paypal():
 

	
 
@donate_page.route('/bitcoin')
 
def bitcoin():
 
    return render_template('donate/bitcoin.html')
 

	
 

	
 
@donate_page.route('/litecoin')
 
def litecoin():
 
    return render_template('donate/litecoin.html')
 

	
 

	
 
@donate_page.route('/namecoin')
 
def namecoin():
 
    return render_template('donate/namecoin.html')
 

	
 

	
 
@donate_page.route('/flattr')
 
def flattr():
 
    return render_template('donate/flattr.html')
 

	
 

	
 
@donate_page.route('/bpm')
ennstatus/templates/base.html
Show inline comments
 
@@ -45,14 +45,12 @@
 
          <ul class="dropdown-menu">
 
            <li><a href="{{ url_for('donate.index') }}">Support us</a></li>
 
            <li><a href="{{ url_for('donate.wiretransfer') }}">Wiretransfer</a></li>
 
            <li><a href="{{ url_for('donate.snailmail') }}">Snailmail</a></li>
 
            <li><a href="{{ url_for('donate.paypal') }}">PayPal</a></li>
 
            <li><a href="{{ url_for('donate.bitcoin') }}">Bitcoin</a></li>
 
            <li><a href="{{ url_for('donate.litecoin') }}">Litecoin</a></li>
 
            <li><a href="{{ url_for('donate.namecoin') }}">Namecoin</a></li>
 
            <li><a href="{{ url_for('donate.flattr') }}">Flattr</a></li>
 
            <li><a href="{{ url_for('donate.bpm') }}">BPM</a></li>
 
            <li class="divider"></li>
 
            <li><a href="{{ url_for('donate.received') }}">Received Donations</a></li>
 
          </ul>
 
        </li>
ennstatus/templates/donate/litecoin.html
Show inline comments
 
deleted file
ennstatus/templates/donate/namecoin.html
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)