Skip to content

Commit

Permalink
DIGITAL-192: dictionary coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
cathybaptista committed Jan 3, 2025
1 parent 67f578a commit b04b65b
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,16 @@
{{ item.close_date }}
</div>
<div class="card-job__meta-topics">
{#todo: this may not be best here?#}
{# todo: this may not be best here? #}
{% set topic_acronym = {
"FCN": "Communicators",
"ML": "Multilingual",
"PL": "Plain Language",
"SM": "Social Media",
"UX": "User Experience",
"WAO": "Web Analytics",
"WCM": "Web Managers",
"CC": "Contact Center"
FCN: 'Communicators',
ML: 'Multilingual',
PL: 'Plain Language',
SM: 'Social Media',
UX: 'User Experience',
WAO: 'Web Analytics',
WCM: 'Web Managers',
CC: 'Contact Center'
} %}
{% for topic in item['cop_topics'] %}
{% for key, value in topic_acronym %}
Expand Down

0 comments on commit b04b65b

Please sign in to comment.