Nima Fatemi commited on 2015-12-08 20:04:43
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
... | ... |
@@ -84,13 +84,13 @@ |
84 | 84 |
<label class="sr-only" for="exampleInputAmount">1</label> |
85 | 85 |
<div class="input-group"> |
86 | 86 |
<div class="input-group-addon">$</div> |
87 |
- <input type="number" min="5" step="1" name="custom_amnt" class="form-control" id="exampleInputAmount" placeholder="other (minimum $5)"> |
|
87 |
+ <input type="number" min="5" step="1" name="custom_amnt" class="form-control" id="exampleInputAmount" placeholder="other amount"> |
|
88 | 88 |
</div> |
89 | 89 |
</div> |
90 | 90 |
</div> |
91 | 91 |
<div style="padding: 0 15px;"> |
92 |
+ <h5 class="error-msg">The minimum donation amount is $5</h5> |
|
92 | 93 |
<button id="donate-btn" class="btn btn-primary btn-lg btn-block" style="padding:10px;">Donate</button> |
93 |
- <h5 class="error-msg">Please enter an amount above $5</h5> |
|
94 | 94 |
<h5>via PayPal (doesn't require an account)</h5> |
95 | 95 |
<h4><a href="<page donate/donate-options>">Other Ways to Donate</a></h4> |
96 | 96 |
</div> |
97 | 97 |