Skip to content

Commit

Permalink
clearbit (OWASP-BLT#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
HanilJain authored Feb 17, 2024
1 parent 81288ba commit 57ae22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/domain_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="main">
{% for objects in domain %}
<div class="container">
<img src="/media/{{MEIDA_ROOT}}/{{objects.logo}}" alt="{{objects.name}}">
<img src="{{objects.get_logo}}" alt="{{objects.name}}">
<a href="{% url 'view_domain' objects.id %}">{{objects.name}}</a>
</div>
{% endfor %}
Expand Down

0 comments on commit 57ae22d

Please sign in to comment.