Bug 38663: (QA follow-up) Removed superflous IF

As requested, I've removed the superflous IF statement in the template..
I'll likely be adding it back in as part of the next patch series, but
it makes the history clear this way.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Martin Renvoize 2025-01-20 11:16:38 +00:00 committed by Katrin Fischer
parent 6f1de6b575
commit d916e71270
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -136,9 +136,7 @@
[% IF CAN_user_parameters_manage_libraries %]
<h3>Administration</h3>
<ul>
[% IF CAN_user_parameters_manage_libraries %]
[% WRAPPER table_option value="branches" %]<span>Libraries</span>[% END %]
[% END %]
[% WRAPPER table_option value="branches" %]<span>Libraries</span>[% END %]
</ul>
[% END %]
[% IF CAN_user_erm %]