Merge pull request #5 from cvrebert/master

reflect Bootstrap's org change
master
Steven Loria 11 years ago
commit 706770a164
  1. 2
      README.rst
  2. 2
      {{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html

@ -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

@ -6,7 +6,7 @@
{% endraw %}
<h1>Welcome to {{ cookiecutter.project_name }}</h1>
{% raw %}
<p>This is a starter Flask template. It includes Twitter Bootstrap 3, jQuery 2, Flask-SQLAlchemy, WTForms, and various testing utilities out of the box.</p>
<p>This is a starter Flask template. It includes Bootstrap 3, jQuery 2, Flask-SQLAlchemy, WTForms, and various testing utilities out of the box.</p>
<p><a href="https://github.com/sloria/cookiecutter-flask" class="btn btn-primary btn-large">Learn more &raquo;</a></p>
</div><!-- /.jumbotron -->

Loading…
Cancel
Save