# HG changeset patch # User Brian Neal # Date 1511223144 21600 # Node ID 8d785b6ee53255d2acb3406703f4382dd3440520 # Parent 90e8cc6eff77d4af5aaa97d7af12ca4844b5da2f Fix for sudden broken donations form. diff -r 90e8cc6eff77 -r 8d785b6ee532 sg101/templates/donations/index.html --- a/sg101/templates/donations/index.html Sun Nov 05 14:59:26 2017 -0600 +++ b/sg101/templates/donations/index.html Mon Nov 20 18:12:24 2017 -0600 @@ -23,24 +23,11 @@
Donation Form -

Please select an amount:

-
    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • - -
    - $ - -
    -
  • -
+

Please enter an amount:

+
+ $ + +
{% if user.is_authenticated %}

You are currently logged in. Would you like your site username listed with your donation?

@@ -48,7 +35,8 @@
  • {% else %} -

    You are not currently logged in. Please log in +

    You are not currently logged in. + Please log in if you would like your site username listed with your donation. Otherwise you can have your actual name (from Paypal) listed, or you can be listed as {{ anonymous }}.