Skip to content

Commit

Permalink
Remove header buttons from logged in user section
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Mar 8, 2024
1 parent b92a454 commit b049c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckanext/iaea/templates/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% block header_wrapper %} {% block header_account %}
<header class="account-masthead">
<div class="container">
{% block header_account_container_content %} {% if c.userobj %}
{% block header_account_container_content %}
<div class="pull-left">
<nav class="top-links">
<ul class="list-unstyled">
Expand All @@ -19,6 +19,7 @@
</ul>
</nav>
</div>
{% if c.userobj %}
<div
class="account avatar authed"
data-module="me"
Expand Down

0 comments on commit b049c63

Please sign in to comment.