Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mapit/context_processors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
from django.core.urlresolvers import reverse
from django.conf import settings


def index_url(request):
return {'INDEX_URL': reverse('mapit_index')}

def country(request):
return {
'country': settings.MAPIT_COUNTRY,
Expand Down
Binary file added mapit/locale/it/LC_MESSAGES/django.mo
Binary file not shown.
Loading