typeahead inputs for the main site
This commit is contained in:
parent
feb8848fe0
commit
353535179f
27 changed files with 2986 additions and 17 deletions
10
src/c3nav/site/views.py
Normal file
10
src/c3nav/site/views.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from c3nav.mapdata.utils.cache import get_levels_cached
|
||||
|
||||
|
||||
def main(request):
|
||||
get_levels_cached()
|
||||
_
|
||||
src = request.POST if request.method == 'POST' else request.GET
|
||||
src == 5
|
Loading…
Add table
Add a link
Reference in a new issue