Skip to content
Snippets Groups Projects
Commit e59ebf02 authored by Steven Loria's avatar Steven Loria
Browse files

Fix about view

parent 0c23b5e6
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ def register():
@blueprint.route("/about/")
def about():
form = LoginForm(request.form)
return render_template("about.html", form=form)
return render_template("public/about.html", form=form)
@blueprint.errorhandler(404)
def page_not_found(e):
......
......@@ -6,7 +6,7 @@
{% endraw %}
<h1>Welcome to {{ cookiecutter.project_name }}</h1>
{% raw %}
<p>This is a starter Flask template. It includes the 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 Twitter 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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment