syrusakbary / Flask-SuperAdmin

The best admin interface framework for Flask. With scaffolding for MongoEngine, Django and SQLAlchemy.
Other
643 stars 134 forks source link

example/quickstart: Updated template to remove deprecated template messages #132

Closed daniellawrence closed 9 years ago

daniellawrence commented 9 years ago

Removed deprecated template message from the quickstart example.

Without this code a new user will see the following message:

DEPRECATED TEMPLATE: use admin/layout.html instead of admin/master.html

With the fix, the example functions as expected