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>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
{% if app.user %}
|
|
||||||
{{ block("rightpanel", "stdgrid.html.twig") }}
|
{{ block("rightpanel", "stdgrid.html.twig") }}
|
||||||
{% endif %}
|
|
||||||
</header>
|
</header>
|
||||||
{% endblock header %}
|
{% endblock header %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user