diff --git a/homepage/models.py b/homepage/models.py
index 619cfda..d103081 100755
--- a/homepage/models.py
+++ b/homepage/models.py
@@ -93,14 +93,14 @@ class Poll (models.Model):
ask_lo = models.BooleanField(default=True)
lo_text = models.CharField(max_length=100, blank=True, null=True, default='What was the Lo of this week?')
- ask_emotion = models.BooleanField(default=True)
+ ask_emotion = models.BooleanField(default=False)
emotion_text = models.CharField(max_length=100, blank=True, null=True, default="how are you feeling today?")
- ask_name = models.BooleanField(default=True)
+ ask_name = models.BooleanField(default=False)
name_text = models.CharField(max_length=100, blank=True, null=True, default="what's your name?")
ask_place = models.BooleanField(default=True)
- place_text = models.CharField(max_length=100, blank=True, null=True, default="where are you from?")
+ place_text = models.CharField(max_length=100, blank=True, null=True, default="fill it out by writing #HiLo and finishing it with where you’re from (Ex. #HiLoArlington, #HiLoDC)")
ask_question = models.BooleanField(default=False)
question_text = models.CharField(max_length=100, blank=True, null=True)
@@ -110,8 +110,25 @@ class Poll (models.Model):
def __str__(self):
return f"{self.location.name}'s Poll"
- def __save__(self, *args, **kwargs):
+ def save(self, *args, **kwargs):
+ # print("ok....")
self.pub_date = timezone.now()
+ # if self.ask_hi != True:
+ # self.hi_text = None
+
+ # if self.ask_lo != True:
+ # self.lo_text = None
+
+ # print("whatfaskdfjksadkfasd")
+ # if self.ask_name != True:
+ # print("bruh thatsakjjktsltjlkslktjlksatlkljkaslk")
+ # self.name_text = None
+
+ # if self.ask_place != True:
+ # self.place_text = None
+
+ # if self.ask_question != True:
+ # self.question_text = None
super().save(self, *args, **kwargs)
diff --git a/homepage/templates/homepage/index.html b/homepage/templates/homepage/index.html
index ad1c05f..9408683 100755
--- a/homepage/templates/homepage/index.html
+++ b/homepage/templates/homepage/index.html
@@ -22,25 +22,28 @@
-
-
WHAT IS THIS?
- AND WHATS YOUR STORY?
-
-
- we’re “what’s your story” (hence #WYS) and we want to hear yours! what
- kinds of things make you special? what are some of your favorite snacks
- or movies? what is a special talent you mighthave that you don't tell
- people about in person? this is the beginning of us (fellow riders,
- walkers, etc.) getting to know one another throughout our communities
- across the US while encouraging people to get out on the trails and
- exercise. it revolves around the idea that every stranger has a story
- to share and we can unify communities using these diverse stories and
- connect just like trails and maps do. if you are here right now you
- scanned a QR code that was hung up on a nearby trail. we are happy to
- have you here! so, go ahead and share your story and enjoy being
- outside. YOU ARE AWESOME!
-
-
+
+
+
+ {# WHAT IS THIS? AND WHATS YOUR STORY? #}
+
+
+ inspired by a family tradition of “high, low, buffalo”, a fun exercise
+ in sharing the highs, lows, and funny parts of our day, Hi Lo aims
+ to encourage people to share about their days and their feelings
+ just like “high, low, buffalo does”. this is the beginning of us
+ (fellow riders,walkers, etc.) getting to know one another
+ throughout our communities across the US while encouraging
+ people to get out on the trails and exercise. it revolves around
+ the idea that every person has a story to share and we can
+ unify communities using these diverse stories and connect just
+ like trails and maps do. if you are here right now you scanned a
+ QR code that was hung up on a nearby trail. we are happy to have
+ you here! so, go ahead and share your story and enjoy being
+ outside. we’re here with you through your highs and lows!
+ HAVE A GREAT DAY
+
+
@@ -48,7 +51,7 @@
-
These responses are not being used in any negative way
+
These responses are not being used in any negative way
, just to hear stories and see how cool people are all over! you do not
have to share your name or where you live, it just makes your
responses more identifiable if you see them on the instagram.
@@ -59,7 +62,7 @@
i hope to publish some stories via instagram and share
the journeys taking place all over our country!
-
+