Skip to content

Commit

Permalink
fix reset password
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Apr 19, 2024
1 parent 63b4108 commit 1d52438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ckanext/openafrica/assets/css/openafrica_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,7 @@ label {
}
.wrapper:before {
width: 19%;
display: none;
}

.navbar .nav > li > a {
Expand Down
2 changes: 1 addition & 1 deletion ckanext/openafrica/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<li><a href="/group">Groups</a></li>
<li><a href="/about">About</a></li>
{% if h.is_plugin_enabled('datarequests') %}
{% if g.user %}
{% if current_user.is_authenticated %}
<li><a href="/datarequest">{{_('Data Requests')}}</a></li>
{% else %}
<li><a href="/user/login?came_from=/datarequest">{{_('Data Requests')}}</a></li>
Expand Down

0 comments on commit 1d52438

Please sign in to comment.