diff --git a/src/web/static/js/templates.js b/src/web/static/js/templates.js index 8b01018..41f11a9 100644 --- a/src/web/static/js/templates.js +++ b/src/web/static/js/templates.js @@ -1,6 +1,5 @@ var cardProjectTemplate = _.template( '
<%= project_description %>
' + diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 525d17b..313259d 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -100,9 +100,11 @@ {% block content %}{% endblock %} +