diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 3a6e8d828..f065ec7b2 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -218,6 +218,7 @@ .fa-heart:before{content:"\f004"} .fa-coin:before{content:"\f85c"} .fa-scarecrow:before{content:"\f70d"} +.fa-chart-simple:before{content:"\e473"} /* do not remove - fixes hand, talking, marsey-love components from breaking out of the comment box diff --git a/files/templates/settings2.html b/files/templates/settings2.html index 3b1545894..affb5f0d9 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -29,6 +29,9 @@ + diff --git a/files/templates/stats.html b/files/templates/stats.html index 783422adc..5bc6ec9e5 100644 --- a/files/templates/stats.html +++ b/files/templates/stats.html @@ -1,4 +1,4 @@ -{% extends "default.html" %} +{% extends "settings2.html" %} {% block pagetitle %}Statistics{% endblock %} {% block content %}

Weekly Chart