Skip to content

Commit

Permalink
triggering a new build and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmotevalli committed Jan 13, 2024
1 parent fdd1cfe commit 21917f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ COPY src/shared/templates /shared/templates
RUN pip install $APP_DIR/src_extensions/ckanext-oidc-pkce && \
pip install -e $APP_DIR/src_extensions/ckanext-auscope-theme && \
pip install -e $APP_DIR/src_extensions/ckanext-igsn-theme

RUN chmod +x ${APP_DIR}/start_ckan.sh
2 changes: 1 addition & 1 deletion ckan/src/shared/templates/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% ckan_extends %}

{% block header_account_notlogged %}
<li>{% link_for _('Log in (Test)'), named_route='oidc_pkce.login' %}</li>
<li>{% link_for _('log in (AAF)'), named_route='oidc_pkce.login' %}</li>
<li>
<a href="#" role="button" class="btn btn-info btn-sm" data-bs-toggle="modal" data-bs-target="#aafLoginModal">
Don't have AAF?
Expand Down

0 comments on commit 21917f3

Please sign in to comment.