Files @ 222e6769e7b5
Branch filter:

Location: kallithea/rhodecode/public/js/pyroutes_map.js

Marcin Kuzminski
Added separate default permission for external_auth account
activation. This flag allows users to define separate option of how
activation of external_accounts should be performed.
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}