Commit eabc4c24 by Sylvia Pearce

Change name of section from Sales to Course Seat Purchases

parent 8d1651cc
......@@ -67,7 +67,7 @@ import pytz
<!-- end wrap -->
%if section_data['access']['finance_admin']:
<div class="wrap">
<h2>${_("Sales")}</h2>
<h2>${_("Course Seat Purchases")}</h2>
<div>
%if section_data['total_amount'] is not None:
<span><strong>${_("Total Credit Card Purchases: ")}</strong></span><span>${section_data['currency_symbol']}${section_data['total_amount']}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment