Skip to content

Commit

Permalink
Fixed wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
duchenean committed Sep 25, 2024
1 parent cf5f093 commit 107b2ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
Changelog
=========

:q (2024-09-23)
---------------
2.0.0.dev0 (Unreleased)
-----------------------
2.0.1 (unreleased)
2.0.1.dev0 (unreleased)
------------------

- Nothing changed yet.
- Fixed wrong link on `preview_meeting.pt`.
[aduchene]


2.0.0 (2024-09-23)
Expand Down
2 changes: 1 addition & 1 deletion src/plonemeeting/portal/core/faceted/preview_meeting.pt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<div class="row">
<div class="col-lg-3">
<div class="btn-group btn-group-delib" tal:condition="python: not isAnon and not meeting">
<a class="btn-delib btn-delib-icon-text" href="${context/aq_parent/absolute_url}/@@import_meeting"><i
<a class="btn-delib btn-delib-icon-text" href="${context/absolute_url}/@@import_meeting"><i
class="bi bi-plus-lg"></i><span i18n:translate="">Import a new meeting</span></a>
</div>
</div>
Expand Down

0 comments on commit 107b2ea

Please sign in to comment.