File diff 78d1a49d4cbd → 774e2c625dd5
pinaxcon/templates/_account_bar.html
Show inline comments
...
 
@@ -21,6 +21,6 @@
 
    {% endif %}
 
</ul>
 

	
 
<form id="accountLogOutForm" style="display: none;" action="{% url 'account_logout' %}" method="POST">
 
<form id="accountLogOutForm" action="{% url 'account_logout' %}" method="POST">
 
    {% csrf_token %}
 
</form>