Don't show post box if not logged in
FossilOrigin-Name: 89d85ad2a2ed246fed646d8d7b3e05929a55624530ec150e05b04055925d114b
This commit is contained in:
parent
19f5e5c14d
commit
b745b140d9
1 changed files with 3 additions and 1 deletions
|
@ -142,4 +142,6 @@
|
|||
</table>
|
||||
</div>
|
||||
<input type="checkbox" class="quickreply-hide hidden" id="status-quickreply-[% status.id %]">
|
||||
[% make_postbox(ssn, data, status) %]
|
||||
[% IF ssn.logged_in %]
|
||||
[% make_postbox(ssn, data, status) %]
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue