From 4c5d89212c98cca97dd4e43e835b9f615fefe709 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 2 Nov 2016 16:39:51 -0400 Subject: [PATCH] Need dis. --- snipts/templates/snipts/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipts/templates/snipts/list.html b/snipts/templates/snipts/list.html index f2a39be..37de46d 100644 --- a/snipts/templates/snipts/list.html +++ b/snipts/templates/snipts/list.html @@ -43,7 +43,7 @@ {% include "snipts/snipt-list.html" %} {% empty %}
- {% if request.user == user and not request.user.is_active %} + {% if request.user == user and not request.user.is_active and not public %} Welcome! Please activate your account to create your first snipt. {% else %} {% if request.user == user %}