kamalgill / flask-appengine-template

Boilerplate project template for running Flask on Google App Engine -- supplanted by https://github.com/kamalgill/cloud-starterkit-flask-appengine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directory structure error in README.md @ Front-end Customization

bojanstef opened this issue · comments

Front-end Customization (WRONG)

  1. Customize the main HTML template at
    src/application/static/templates/base.html

Front-end Customization (FIXED)

  1. Customize the main HTML template at
    src/application/templates/base.html

Fixed, thanks for catching that, @bojanstef