Skip to content

Commit

Permalink
Move to the bottom of the team bio
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Dec 9, 2024
1 parent 9e07ceb commit be437b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/peoplefinder/templates/peoplefinder/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ <h1>
{{ page_title }}
{% if team.abbreviation %}({{ team.abbreviation }}){% endif %}
</h1>

{% if profile_completion %}<p class="text-small">{{ profile_completion }}</p>{% endif %}
<div data-testid="description">{{ team.description|markdown }}</div>
{% if profile_completion %}<p class="text-small">{{ profile_completion }}</p>{% endif %}
<div class="dwds-button-group">
{% if perms.peoplefinder.change_team %}
<a class="dwds-button dwds-button--secondary dwds-button--inline"
Expand Down

0 comments on commit be437b8

Please sign in to comment.