mahesh5 / pagure

Forked from pagure 7 years ago
Clone

4d16c53 Create a PagureForm all forms inherit from and which sets the TIME_LIMIT

Authored and Committed by pingou 7 years ago
    Create a PagureForm all forms inherit from and which sets the TIME_LIMIT
    
    This will allow us to properly implement the support for the configuration
    key `WTF_CSRF_TIME_LIMIT` which isn't implemented as expected in the
    versions of flask_wtf we are using.
    
        
file modified
+42 -26