Skip to content

Commit

Permalink
Add source code and license links to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
marksparkza committed Aug 25, 2024
1 parent d065faf commit 8ffff33
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions odp/identity/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,14 @@

{% block footer %}
{% if brand == 'saeon' %}
{{ footer(color='light', hr=False) }}
{{ footer(
color='light', hr=False,
repos=['odp-server', 'odp-core', 'odp-ui']
) }}
{% elif brand == 'nccrd' %}
{{ footer() }}
{{ footer(
repos=['odp-server', 'odp-core', 'odp-ui']
) }}
{% endif %}
{% endblock %}

Expand Down

0 comments on commit 8ffff33

Please sign in to comment.