Include the URL to the course creator admin table.

This commit is contained in:
cahrens
2013-08-07 11:34:51 -04:00
parent e6f15bf611
commit bbd8d84a28

View File

@@ -1,3 +1,9 @@
<%! from django.utils.translation import ugettext as _ %>
${_("User '{user}' with e-mail {email} has requested Studio course creator privileges on edge.".format(user=user_name, email=user_email))}
${_("To grant or deny this request, use the course creator admin table.")}
${_("To grant or deny this request, use the course creator admin table.")}
% if is_secure:
https://${ site }/admin/course_creators/coursecreator/
% else:
http://${ site }/admin/course_creators/coursecreator/
% endif