diff options
| -rw-r--r-- | template/confreg/bulkpay_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/confreg/bulkpay_list.html b/template/confreg/bulkpay_list.html index ee8769b9..287ca63e 100644 --- a/template/confreg/bulkpay_list.html +++ b/template/confreg/bulkpay_list.html @@ -73,7 +73,7 @@ has been paid. {%if state%} <h3>Registrations to pay for</h3> <p> -<ul> +<ul class="pgeubulkpaylist"> {%for s in state%} <li {%if not s.pay or not s.found %}style="color:red;"{%endif%}>{{s.email}}{%if s.total%} ({{currency_symbol}}{{s.total}}){%endif%}<ul> {%if s.pay and s.found%} |
