forked from GNUsocial/gnu-social
[TWIG][Base] Remove user has to be logged in condition when rendering right panel.
This commit is contained in:
parent
5d8bd6c74a
commit
6bcd42a3a7
@ -89,9 +89,7 @@
|
||||
</div>
|
||||
</details>
|
||||
|
||||
{% if app.user %}
|
||||
{{ block("rightpanel", "stdgrid.html.twig") }}
|
||||
{% endif %}
|
||||
{{ block("rightpanel", "stdgrid.html.twig") }}
|
||||
</header>
|
||||
{% endblock header %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user