File diff 4dd1d60b3dda → 6a1159950582
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>