diff --git a/media/css/style.less b/media/css/style.less index 4285a31..ac16967 100644 --- a/media/css/style.less +++ b/media/css/style.less @@ -282,6 +282,9 @@ section.main { &.pro { background: transparent url('/media/images/upgrade-icon.png') 2px center no-repeat; } + &.groups { + background: transparent url('/media/images/groups-icon.png') 2px center no-repeat; + } } } } diff --git a/media/images/groups-icon.png b/media/images/groups-icon.png new file mode 100644 index 0000000..0c54bf7 Binary files /dev/null and b/media/images/groups-icon.png differ diff --git a/templates/base.html b/templates/base.html index 60fe689..a61b620 100644 --- a/templates/base.html +++ b/templates/base.html @@ -110,6 +110,9 @@
  • Go Pro
  • +
  • + Group Plans +
  • diff --git a/templates/home.html b/templates/home.html index c8e1aef..e48212a 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,5 +1,4 @@ {% extends "base.html" %} {% block content %} - Home {% endblock %}