Skip to content

Commit

Permalink
#47: Fix variable name missed previously.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfranco committed Dec 2, 2024
1 parent ba107c4 commit 167376b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/schedules/bookmarks.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if bookmarked_courses is empty %}
<p class='notice'>You have no starred courses for this term. Please <a href="{{ url('search_offerings', {catalogId: catalogId, termId: selectedTermId})}}">search for courses</a> and star interesting ones first.</p>
<p class='notice'>You have no starred courses for this term. Please <a href="{{ url('search_offerings', {catalogId: selectedCatalogId, termId: selectedTermId})}}">search for courses</a> and star interesting ones first.</p>

{% else %}
<ul id="bookmarked_courses">
Expand Down

0 comments on commit 167376b

Please sign in to comment.