|
|
@@ -24,11 +24,10 @@ def welcome(request):
|
|
|
data['listaAttivita']=getLogxAmministrazione(u)
|
|
|
|
|
|
if request.method=="POST":
|
|
|
+
|
|
|
if 'ritorna' in request.POST:
|
|
|
print('premuto tast ritorno,logout')
|
|
|
return HttpResponseRedirect(reverse("login:start"))
|
|
|
- if 'documenti' in request.POST:
|
|
|
- return HttpResponseRedirect(reverse("documento:welcome"))
|
|
|
|
|
|
if "utenti" in request.POST:
|
|
|
print('premuto tasto utenti')
|