Fixed inaccessible products without clients

This commit is contained in:
simonmicro 2022-12-11 22:02:04 +01:00
parent 37d09c6797
commit 460a714f2d
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6

View file

@ -19,7 +19,6 @@ th {
</div> </div>
</article> </article>
{% else %} {% else %}
{% if clients %}
<nav class="level"> <nav class="level">
<div class="level-item has-text-centered"> <div class="level-item has-text-centered">
<div> <div>
@ -49,6 +48,7 @@ th {
<hr> <hr>
{% if clients %}
<table class="table is-striped is-hoverable is-fullwidth"> <table class="table is-striped is-hoverable is-fullwidth">
<thead> <thead>
<tr> <tr>