Revision 1381e2d4 flowspec/views.py

b/flowspec/views.py
257 257
               login(request, user)
258 258
               return HttpResponseRedirect(reverse("group-routes"))
259 259
            else:
260
                error = "User <strong>%s</strong> is not active yet. Administrators have been notified and will soon activate this account. <br>If your problem persists contact Helpdesk" %user.username
260
                error = "User account <strong>%s</strong> is pending activation. Administrators have been notified and will activate this account within the next days. <br>If this account has remained inactive for a long time contact your technical coordinator or GRNET Helpdesk" %user.username
261 261
                return render_to_response('error.html', {'error': error, 'inactive': True},
262 262
                                  context_instance=RequestContext(request))
263 263
        else:

Also available in: Unified diff