Usuń 'vagus/template/<li class='heder-nav-account'>.html'

This commit is contained in:
Krzysztof Bonecki 2021-01-23 10:56:56 +01:00
parent 70a86ca352
commit 2c8bc4e5dc

View File

@ -1,13 +0,0 @@
<li class='heder-nav-account'>
<span>
{% if user.is_authenticated %}
{% if user.status = 'Regular_Account' %}
{% elif user.status == 'Company_Account' or user.status == 'Need_verification' %}
{% endif %}
{% endif %}
</span>
<span></span>
</li>