update jinja templates to use base static files
This commit is contained in:
		| @@ -14,5 +14,5 @@ | ||||
| {% endblock %} | ||||
|  | ||||
| {% block head %} | ||||
|     <link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/islandFooter.css") }}" /> | ||||
|     <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/islandFooter.css") }}" /> | ||||
| {% endblock %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Fabian Dill
					Fabian Dill