diff --git a/.env.example b/.env.example index 2740505e..a454cfba 100644 --- a/.env.example +++ b/.env.example @@ -17,6 +17,7 @@ GMAIL_PASSWORD=YOU_GMAIL_PASSWORD DATABASE_NAME=murmur MYSQL_PASS=murmurdb DATABASE_HOST=db +GMAIL_PORT=587 # domain name used for sending emails DOMAIN_NAME=localhost:8000 diff --git a/README.md b/README.md index 89cd17de..69558d37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[](https://gitter.im/haystack/murmur?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://docs.djangoproject.com/en/3.0/releases/1.7/) [](https://www.python.org/download/releases/2.7/) +[](https://gitter.im/haystack/murmur?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://docs.djangoproject.com/en/3.0/releases/1.10/) [](https://www.python.org/download/releases/2.7/) Murmur = @@ -34,9 +34,9 @@ Currently you need a gmail account in order for Murmur to send verification emai Next set up the environment variables. The only variables you should need to set are your gmail username and password. 1. `cp .env.example .env` -2. Fill in the correct values in `.env` for your gmail account. Make sure to enable insecure logins on gmail. +2. Fill in the correct values in `.env` for your gmail account. Put your gmail address and a google app password. 3. Use `make` to create the database and create a superuser account to login -4. Check it out on `localhost:8000 +4. Check it out on `localhost:8000` #### Starting and Stopping Docker diff --git a/browser/templates/mobile_list_groups.html b/browser/templates/mobile_list_groups.html index 81bdf629..8bc255e7 100644 --- a/browser/templates/mobile_list_groups.html +++ b/browser/templates/mobile_list_groups.html @@ -26,7 +26,11 @@

{{ group_info.name }}
+ {% if group_info.friendly_name != '' %} +