Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dhamaniasad authored Mar 3, 2018
1 parent d34af3d commit 631eb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crestify/templates/manager/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
} catch (e) {
}
</script>
<link href="{{url_for('static', filename='css/site.css')}}" >
<link rel="stylesheet" href="{{url_for('static', filename='css/site.css')}}" >
<title>
{% block title %} {{ title }} {% endblock %} - Crestify
</title>
Expand Down

0 comments on commit 631eb77

Please sign in to comment.