Skip to content

Commit

Permalink
Add styles.css link to tasks page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclynperrone committed Jun 2, 2015
1 parent 7e27e85 commit 40fe87d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cycledash/templates/tasks.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{% extends "layouts/layout.html" %}
{%- from 'macros/nav.html' import nav -%}

{% block head %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
{% endblock %}

{% block body %}
{{ nav("tasks") }}
<main>
Expand Down

0 comments on commit 40fe87d

Please sign in to comment.