Browse Source

Adcionando submenu de Visitas Interlegis

pull/108/head
Lude Ribeiro 3 years ago
parent
commit
eebbe378ff
  1. 4
      sigi/apps/eventos/admin.py
  2. 2
      sigi/apps/home/templatetags/menu_conf.yaml

4
sigi/apps/eventos/admin.py

@ -91,3 +91,7 @@ class EventoAdmin(admin.ModelAdmin):
return HttpResponseRedirect('.')
adicionar_eventos.short_description = _(u"Armazenar eventos no carrinho "
u"para exportar")
def lookup_allowed(self, lookup, value):
return (super(EventoAdmin, self).lookup_allowed(lookup, value) or
lookup in ['tipo_evento__nome__exact',])

2
sigi/apps/home/templatetags/menu_conf.yaml

@ -47,6 +47,8 @@ main_menu:
children:
- title: Eventos
url: eventos/evento/
- title: Visitas Interlegis
url: eventos/evento/?tipo_evento__nome__exact=Visita Interlegis
- title: Calendário mensal
url: eventos/calendario
- title: Alocação de equipe

Loading…
Cancel
Save