mirror of
				https://gitlab.crans.org/mediatek/med.git
				synced 2025-11-04 15:22:27 +01:00 
			
		
		
		
	Remove custom context processor
This commit is contained in:
		@@ -23,9 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
			
		||||
{% endcomment %}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
{% block sidebar %}
 | 
			
		||||
    {% if is_perm %}
 | 
			
		||||
    <a class="list-group-item list-group-item-info" href="{% url "logs:index" %}">
 | 
			
		||||
        <i class="glyphicon glyphicon-stats"></i>
 | 
			
		||||
        Évènements
 | 
			
		||||
@@ -34,6 +32,4 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
        <i class="glyphicon glyphicon-stats"></i>
 | 
			
		||||
        Actions sur la bdd
 | 
			
		||||
    </a>
 | 
			
		||||
 | 
			
		||||
    {% endif %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +0,0 @@
 | 
			
		||||
def context_user(request):
 | 
			
		||||
    is_perm = request.user.has_perms(['perm'])
 | 
			
		||||
    return {
 | 
			
		||||
        'is_perm': is_perm,
 | 
			
		||||
    }
 | 
			
		||||
		Reference in New Issue
	
	Block a user