Skip to content

Commit

Permalink
Update integreat_cms/cms/templates/contacts/contact_list.html
Browse files Browse the repository at this point in the history
Co-authored-by: Charlotte <[email protected]>
  • Loading branch information
MizukiTemma and charludo authored Feb 17, 2025
1 parent 35c0391 commit f2802ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integreat_cms/cms/templates/contacts/contact_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ <h1 class="heading">
{% translate "Contacts" %}
{% endif %}
</h1>
<div class="flex">
<div class="flex gap-4">
<a href="{% url 'potential_targets' region_slug=request.region.slug %}"
class="font-bold text-sm text-gray-800 flex items-center gap-1 mb-2 hover:underline mr-2">
class="font-bold text-sm text-gray-800 flex items-center gap-1 hover:underline pb-3">
<i icon-name="lightbulb" class="align-baseline"></i>{% trans "Analysis of content for existing contacts" %}
</a>
{% if is_archive %}
Expand Down

0 comments on commit f2802ce

Please sign in to comment.