+
{% trans "Total"%}
{{donation.donation}} USD +
diff --git a/nosystemd/static/nosystemd/css/nosystemd.css b/nosystemd/static/nosystemd/css/nosystemd.css new file mode 100644 index 00000000..abba1659 --- /dev/null +++ b/nosystemd/static/nosystemd/css/nosystemd.css @@ -0,0 +1,21 @@ +.donations-container { + + top:30% !important; +} + + +.donations-container .table-hover>tbody>tr:hover { + color:black; +} + +.donations-container .table>thead>tr>th { + text-alig:center; +} + +.donation-detail-container { + text-align:left !important; +} + +.white-font { + color:white; +} diff --git a/nosystemd/templates/nosystemd/base.html b/nosystemd/templates/nosystemd/base.html index 4bd841f4..f650b2d5 100644 --- a/nosystemd/templates/nosystemd/base.html +++ b/nosystemd/templates/nosystemd/base.html @@ -12,6 +12,8 @@
- Thank you for you support. + Thank you for your support. |
- Your monthly donation for {{donation.donation}} USD has been charged. you can view your invoice clicking on the button below. + Your monthly donation for {{donation.donation}} USD has been charged. You can view your invoice clicking on the button below. |