Changeset 3ae7c21 in firmaeventos for base/views.py


Ignore:
Timestamp:
Nov 27, 2017, 9:30:31 AM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
2b66ea3
Parents:
5d88f36 (diff), 6228b65 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/cenditel-desarrollo/FirmaEventos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • base/views.py

    r5d88f36 r3ae7c21  
    1212from django.http import HttpResponse
    1313from django.shortcuts import render
    14 from dal import autocomplete
    15 from braces.views import GroupRequiredMixin
    1614from django.views.generic import TemplateView
    1715from django.contrib import messages
     
    2725
    2826
    29 class LoginRequeridoPerAuth(LoginRequiredMixin, GroupRequiredMixin):
     27class LoginRequeridoPerAuth(LoginRequiredMixin):
    3028    """!
    3129    Clase que construye el controlador para el login requerido, se sobreescribe el metodo dispatch
Note: See TracChangeset for help on using the changeset viewer.