Closing html tags for links properly
This commit is contained in:
@@ -13,10 +13,10 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{% else %}
|
{% else %}
|
||||||
<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link href="{{ url_for('static', filename='Semantic-UI-2.1.8/semantic.min.css') }}" rel="stylesheet">
|
<link href="{{ url_for('static', filename='Semantic-UI-2.1.8/semantic.min.css') }}" rel="stylesheet" />
|
||||||
<link href="{{ url_for('static', filename='css/puppetboard.css') }}" rel="stylesheet">
|
<link href="{{ url_for('static', filename='css/puppetboard.css') }}" rel="stylesheet" />
|
||||||
{% block head %} {% endblock head %}
|
{% block head %} {% endblock head %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
{% import '_macros.html' as macros %}
|
{% import '_macros.html' as macros %}
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{% if config.DAILY_REPORTS_CHART_ENABLED %}
|
{% if config.DAILY_REPORTS_CHART_ENABLED %}
|
||||||
<link href="{{ url_for('static', filename='css/c3.min.css') }}" rel="stylesheet">
|
<link href="{{ url_for('static', filename='css/c3.min.css') }}" rel="stylesheet" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock head %}
|
{% endblock head %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user