Skip to content

Commit

Permalink
fix search_advanced.html header layout (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jul 15, 2024
1 parent 4315647 commit 605edce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Fixed
- OpenAPI ``generateschema`` compatibility (#1440, #1442)
- ``ProjectCreateView`` allows ``POST`` with disabled target project creation (#1448)
- Plugin existence not explicitly checked in ``AppSettingAPI.set()`` update query (#1452)
- ``search_advanced.html`` header layout (#1453)
- **Sodarcache**
- REST API set view ``app_name`` incorrectly set (#1405)
- **Timeline**
Expand Down
4 changes: 1 addition & 3 deletions projectroles/templates/projectroles/search_advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
{% block projectroles %}

<div class="row sodar-pr-content-title">
<h2 class="sodar-pr-content-title">
<i class="iconify" data-icon="mdi:layers-search"></i> Advanced Search
</h2>
<h2 class="sodar-pr-content-title pt-2">Advanced Search</h2>
</div>

<div class="container-fluid sodar-page-container">
Expand Down

0 comments on commit 605edce

Please sign in to comment.