54a138d fix flask_wtf deprecation warnings in tests

1 file Authored by ryanlerch 7 years ago, Committed by pingou 7 years ago,
    fix flask_wtf deprecation warnings in tests
    
    When running the tests, many depcrevcation warnings
    were produced such as:
    
    fedora_elections/forms.py:192: FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed to "FlaskForm" and will be removed in 1.0.
    
    this commit fixes those
    
        
file modified
+8 -8