diff --git a/generate_static_pages.py b/generate_static_pages.py index 9dae2de..6f936e4 100644 --- a/generate_static_pages.py +++ b/generate_static_pages.py @@ -7,12 +7,12 @@ freezer = Freezer(app) if __name__ == '__main__': # rebuild static files using flask_frozen - app.config['FREEZER_BASE_URL']='/wtformsparsleyjs/' + app.config['FREEZER_BASE_URL']='/wtforms-parsleyjs/' freezer.freeze() # copy result to index.html shutil.copy( join('wtformsparsleyjs', 'sample', 'build', 'parsley_testform'), 'index.html') try: - shutil.copytree( join('wtformsparsleyjs', 'sample', 'build', 'static'), 'static') + shutil.copytree( join('wtforms-parsleyjs', 'sample', 'build', 'static'), 'static') except OSError: print("Please delete the root 'static' folder to redo it") diff --git a/index.html b/index.html index d169bae..7811cba 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + - + @@ -30,425 +30,425 @@ - WTForms-Parsley + WTForms-Parsley Sample
Check out the form validation!
- - @@ -458,10 +458,10 @@ - - - - + + + +