Browse Source
Merge pull request #108 from interlegis/new_sigi
New sigi
pull/115/head
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
9 additions and
0 deletions
-
sigi/apps/eventos/admin.py
-
sigi/apps/home/templatetags/menu_conf.yaml
|
|
@ -91,3 +91,8 @@ 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', |
|
|
|
'tipo_evento__nome__contains']) |
|
|
|
|
|
@ -47,6 +47,10 @@ main_menu: |
|
|
|
children: |
|
|
|
- title: Eventos |
|
|
|
url: eventos/evento/ |
|
|
|
- title: Oficinas |
|
|
|
url: eventos/evento/?tipo_evento__nome__contains=Oficina |
|
|
|
- title: Visitas Interlegis |
|
|
|
url: eventos/evento/?tipo_evento__nome__exact=Visita Interlegis |
|
|
|
- title: Calendário mensal |
|
|
|
url: eventos/calendario |
|
|
|
- title: Alocação de equipe |
|
|
|