This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-06 18:00:22 -05:00
parent f91372743a
commit 57c18facd3
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,8 @@ void handle_attribute(const std::string& attribute,
void handle_term_attribute(const std::string& attribute,
Json::Value& attributes) {
// These are the attributes we want to display in the
// course years table
if(attribute == "Communication Intensive") {
attributes.append("[CI]");
} else if(attribute == "Writing Intensive") {