From c4b66404188caae057eef7b51d13fc10641e0bb3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 20 Jan 2014 10:46:34 -0800 Subject: [PATCH] reflect Bootstrap's org change; fix Font Awesome spelling --- README.rst | 2 +- .../{{cookiecutter.app_name}}/templates/public/home.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 33aa804..7149304 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ You will be asked about your basic info (name, project name, app name, etc.). Th Features -------- -- Twitter Bootstrap 3 and Fontawesome 4 with starter templates +- Bootstrap 3 and Font Awesome 4 with starter templates - Flask-SQLAlchemy with basic User model - Easy database migrations with Flask-Migrate - Flask-WTForms with login and registration forms diff --git a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html index d26aff1..6f46f7e 100644 --- a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html +++ b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html @@ -6,7 +6,7 @@ {% endraw %}

Welcome to {{ cookiecutter.project_name }}

{% raw %} -

This is a starter Flask template. It includes Twitter Bootstrap 3, jQuery 2, Flask-SQLAlchemy, WTForms, and various testing utilities out of the box.

+

This is a starter Flask template. It includes Bootstrap 3, jQuery 2, Flask-SQLAlchemy, WTForms, and various testing utilities out of the box.

Learn more »