Skip to content

Commit

Permalink
style(core): reformat template according to new djlint version
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Feb 5, 2025
1 parent b3b2234 commit decf12e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apis_core/core/templates/partials/footer-left.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@
{% url "apis_core:swagger-ui" as swagger_ui %}
{% if swagger_ui %}
<a href="{{ swagger_ui }}" title="Swagger UI">
<img class="icon" src="{% static "img/Swagger-logo.png" %}" alt="Swagger UI">
<img class="icon"
src="{% static "img/Swagger-logo.png" %}"
alt="Swagger UI">
</a>
{% endif %}
{% git_repository_url as repository_url %}
{% if repository_url %}
<a href="{{ repository_url }}" title="Git repository">
<img class="icon" src="{% static "img/Git-Icon-1788C.png" %}" alt="Git repository">
<img class="icon"
src="{% static "img/Git-Icon-1788C.png" %}"
alt="Git repository">
</a>
{% endif %}

0 comments on commit decf12e

Please sign in to comment.