diff --git a/templates/ContentGenerator/ProblemSets.html.ep b/templates/ContentGenerator/ProblemSets.html.ep index 7384ae76ec..e01a4dee45 100644 --- a/templates/ContentGenerator/ProblemSets.html.ep +++ b/templates/ContentGenerator/ProblemSets.html.ep @@ -22,34 +22,40 @@ % # Regular sets and gateway template sets are merged, but sorted either by name or urgency. % # Versions are not shown here. Instead they are on the ProblemSet page for the gateway quiz. % -
- <%= hidden_field courseID => $ce->{courseName} =%> - <%= hidden_field userName => param('user') =%> -
- - +% if (@{ stash('sets') }) { +
+ <%= hidden_field courseID => $ce->{courseName} =%> + <%= hidden_field userName => param('user') =%> +
+ + +
-
-% -
- -
+ % +
+ +
+% } else { +
+ <%= maketext('There are no assignments available to you at this time.') %> +
+% } % <%= $c->feedbackMacro( route => current_route,