-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fed0152
commit 91b6f81
Showing
2 changed files
with
14 additions
and
23 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
course_discovery/apps/tagging/templates/partials/subvertical_options.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<option value="">-- Select Sub-Vertical --</option> | ||
<option value="">-- Select SubVertical --</option> | ||
{% for sub_vertical in sub_verticals %} | ||
<option value={{ sub_vertical.slug }} >{{ sub_vertical.name }}</option> | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters