Skip to content

Commit

Permalink
make committee name upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
patphongs committed Jun 28, 2022
1 parent 63414a9 commit 191fd48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="t-sans">
<a title="{{ mur.name }}" href="/data/legal/matter-under-review/{{ mur.no }}">
<span class="t-bold">MUR #{{ mur.no }}</span><br>
{{ mur.name }}
{{ mur.name|upper }}
</a>
</div>
{% if mur.mur_type == 'archived' %}
Expand Down

0 comments on commit 191fd48

Please sign in to comment.