Fix alt login redirect issue
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Mon, 12 May 2014 14:34:04 +0000 (17:34 +0300)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Mon, 12 May 2014 14:34:04 +0000 (17:34 +0300)
templates/overview/login.html

index 8d8e7e1..f72563e 100644 (file)
@@ -72,7 +72,7 @@
                        <button type="submit" id="applybutton" value="{% trans 'Login' %}" class="btn btn-md btn-primary">Login</button>
                                </div>
                        </div>
-        
+               <input name="next" id="next" type="hidden" value="{% url group-routes %}">
             </form>
             </div>
             </div>