mirror of https://github.com/interlegis/sapl.git
Caio Viotti
10 years ago
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
from django.contrib import messages |
|||
|
|||
def parliament_info(request): |
|||
|
|||
return { |
|||
'state': 'Estado', |
|||
'state_abbr': 'UF', |
|||
'city': 'Cidade', |
|||
'parliament_type': 'Câmara Municipal', |
|||
'address': 'Rua Lorem Ipsum de Amet, Casa X', |
|||
'postal_code': '70000-000', |
|||
'phone_number': '00 0000-0000', |
|||
'url_portal': '#', |
|||
'url_email': '#', |
|||
} |
Loading…
Reference in new issue