diff --git a/home/templates/home/course_page.html b/home/templates/home/course_page.html index 5f7d46b..bdfc1f0 100644 --- a/home/templates/home/course_page.html +++ b/home/templates/home/course_page.html @@ -1,6 +1,5 @@ {% extends "base.html" %} -{% load static %} -{% load wagtailcore_tags %} +{% load static i18n wagtailcore_tags %} {% block title %}{{ page.title }}{% endblock %} @@ -13,7 +12,34 @@ {% block content_class %}prose{% endblock content_class %} {% block content %} +
{% trans "You need to be logged in to access this course. Please log in or sign up to view the modules." %}
+ {% trans "Login" %} + {% trans "Sign Up" %} +{% trans "You don't have access to this course. Please purchase it to view the modules." %}
+ {% trans "Purchase Course" %} +