Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JackStouffer committed Aug 14, 2021
2 parents c988df7 + 5c9025b commit 8504bb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#Changelog
# Changelog

##1.2
## 1.2
* Added Flask-Login
* Added Modernizr
* updated css and js libraries
* removed typelate

##1.1
## 1.1
* switched to py.test for tests
* form tests
* url tests
* testing database submitting on model tests
* added documentation on how to deploy your application

##1.0
## 1.0
* MVC with blueprints, SQLAlchemy models, and templates
* A makefile
* nose tests
Expand Down
2 changes: 0 additions & 2 deletions appname/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

{% block css %}
{% endblock %}

<script src="{{ url_for('static', filename='js/vendor/modernizr.min.js') }}"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions appname/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3>Tests</h3>

<div class="col-lg-3 col-md-4 bg-light p-3 m-3">
<h3>Common Libraries</h3>
<p>The Bootstrap and jQuery are included.</p>
<p>The CSS and JS files for Bootstrap are included, along with jQuery.</p>
</div>
</div>
{% endblock %}
{% endblock %}

0 comments on commit 8504bb5

Please sign in to comment.