summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
1385d16)
state = cache.get(CACHE_KEY)
if state and state['running']:
state = cache.get(CACHE_KEY)
if state and state['running']:
- return HttpResponseRedirect(reverse('exporter_running'))
+ return HttpResponseRedirect(reverse('exporter_running', kwargs=dict(mode='exporter')))
if request.method == 'POST':
form = ExporterForm(request.POST)
if request.method == 'POST':
form = ExporterForm(request.POST)