lingthio / Flask-User-starter-app

BSD 2-Clause "Simplified" License
337 stars 156 forks source link

Discrepancy on template structure and README #45

Open lv70 opened 4 years ago

lv70 commented 4 years ago

The text in app/templates/README.md includes

The template files are organized into the following directories:
    common            # Common base template files and macros
    flask_user        # Flask-User template files (register, login, etc.)
    pages             # Template files for web pages

However there is only a common and main folder, and a main/register.html that I think, is never used.