Skip to content

Commit

Permalink
Merge ec1a604 into 6516a79
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Apr 7, 2022
2 parents 6516a79 + ec1a604 commit b129621
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 14 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,20 @@
History / Changelog
===================

-----------------
HEAD (unreleased)
-----------------

End-User Summary
================

- Fixing problem with import info display for non-superusers (#431)

Full Change List
================

- Fixing problem with import info display for non-superusers (#431)

------
v1.1.2
------
Expand Down
3 changes: 0 additions & 3 deletions importer/templates/importer/importinfo.html
Expand Up @@ -14,9 +14,6 @@
{% has_perm 'importer.view_data' request.user as can_view_data %}

<div class="row sodar-pr-content-title pb-2">
{# Project menu dropdown, only visible if browser width < X and sidebar is hidden #}
{% include 'projectroles/_project_menu_btn.html' %}

<h2 class="sodar-pr-content-title">Import Release Info</h2>
</div>
<div class="container-fluid sodar-page-container">
Expand Down

0 comments on commit b129621

Please sign in to comment.