forked from gergely/calendar-social
		
	Add notifications to the menu
This commit is contained in:
		@@ -36,9 +36,10 @@
 | 
			
		||||
{% if not current_user.is_authenticated %}
 | 
			
		||||
                    <li><a href="{{ url_for('security.login') }}">{% trans %}Login{% endtrans %}</a></li>
 | 
			
		||||
{% else %}
 | 
			
		||||
                    <li><a href="{{ url_for('security.logout') }}">{% trans %}Logout{% endtrans %}</a></li>
 | 
			
		||||
                    <li><a href="{{ url_for('hello') }}">{% trans %}Calendar view{% endtrans %}</a></li>
 | 
			
		||||
                    <li><a href="{{ url_for('notifications') }}">{% trans %}Notifications{% endtrans %}</a></li>
 | 
			
		||||
                    <li><a href="{{ url_for('settings') }}">{% trans %}Settings{% endtrans %}</a></li>
 | 
			
		||||
                    <li><a href="{{ url_for('security.logout') }}">{% trans %}Logout{% endtrans %}</a></li>
 | 
			
		||||
{% endif %}
 | 
			
		||||
                </ul>
 | 
			
		||||
            </nav>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user