diff --git a/templates/ContentGenerator/ProblemSet.html.ep b/templates/ContentGenerator/ProblemSet.html.ep index d9611af148..c6935a2c9e 100644 --- a/templates/ContentGenerator/ProblemSet.html.ep +++ b/templates/ContentGenerator/ProblemSet.html.ep @@ -26,6 +26,11 @@ % % my $set = $c->{set}; % +% # Show the set description if it is not empty. +% if ($set->description =~ /\S/) { +
<%= $set->description %>
+% } +% % # Stats message displays the current status of the set and states the next important date. <%= include 'ContentGenerator/Base/set_status', set => $set =%> %