Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/enhancement/make-all-emails-clic…
Browse files Browse the repository at this point in the history
…kable' into test
  • Loading branch information
frjo committed Jan 3, 2025
2 parents 4d8c0c2 + bbbef0d commit 7be8566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h5 class="text-base inline">{% trans "Legal Name" %}</h5>{% if request.user.is_
</div>
<div>
<h5 class="text-base">{% trans "E-mail" %}</h5>
{{ object.get_email_display }}
<a href="mailto:{{ object.user.email }}">{{ object.user.email }}</a>
</div>
{% if object.get_address_display != "-" %}
<div class="hypha-grid__cell--span-two">
Expand Down
2 changes: 1 addition & 1 deletion hypha/apply/users/templates/wagtailusers/users/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{% user_listing_buttons user %}
</ul>
</td>
<td class="username" valign="top">{{ user.get_username }}</td>
<td class="username" valign="top"><a href="mailto:{{user.get_username}}">{{ user.get_username }}</a></td>
{% comment %} <td class="level" valign="top">{% if user.is_superuser %}{% trans "Admin" %}{% endif %}</td> {% endcomment %}
<td class="level" valign="top">
{% if user.is_superuser %}
Expand Down

0 comments on commit 7be8566

Please sign in to comment.