diff --git a/ennstatus/donate/views.py b/ennstatus/donate/views.py --- a/ennstatus/donate/views.py +++ b/ennstatus/donate/views.py @@ -32,16 +32,6 @@ 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') diff --git a/ennstatus/templates/base.html b/ennstatus/templates/base.html --- a/ennstatus/templates/base.html +++ b/ennstatus/templates/base.html @@ -48,8 +48,6 @@
  • Snailmail
  • PayPal
  • Bitcoin
  • -
  • Litecoin
  • -
  • Namecoin
  • Flattr
  • BPM
  • diff --git a/ennstatus/templates/donate/litecoin.html b/ennstatus/templates/donate/litecoin.html deleted file mode 100644 --- a/ennstatus/templates/donate/litecoin.html +++ /dev/null @@ -1,21 +0,0 @@ -{% extends "base.html" %} - -{% set title = "Donate - Litecoin" %} - -{% block content %} -
    - Litecoin -

    Litecoin

    -
    -
    -
    -

    "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."

    - Paco Ahlgren -
    - - - -

    Litecoin Address
    - LQdhbm1rMnKJ78hrw8PhdaXw4MsnqGUnXm

    -
    -{% endblock %} diff --git a/ennstatus/templates/donate/namecoin.html b/ennstatus/templates/donate/namecoin.html deleted file mode 100644 --- a/ennstatus/templates/donate/namecoin.html +++ /dev/null @@ -1,21 +0,0 @@ -{% extends "base.html" %} - -{% set title = "Donate - Namecoin" %} - -{% block content %} -
    - Namecoin -

    Namecoin

    -
    -
    -
    -

    "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."

    - Paco Ahlgren -
    - - - -

    Namecoin Address
    - NCN97MCz9o4RtccFUzzrYddPM5QNbDa4mW

    -
    -{% endblock %}