diff --git a/rapids/models.py b/rapids/models.py index 3559b98d..909c2e2b 100644 --- a/rapids/models.py +++ b/rapids/models.py @@ -158,7 +158,7 @@ class Rapid(models.Model): blank=True, default=DEFAULT_SITE_ID, help_text= - "If we know the source of the image (should possibly be removed?)") + "If we know the source of the image") verified = models.BooleanField(default=False) created_date = models.DateTimeField(default=timezone.now) published_date = models.DateTimeField(blank=True, null=True) diff --git a/rapids/templates/rapids/base.html b/rapids/templates/rapids/base.html index 3db61c27..baddc636 100755 --- a/rapids/templates/rapids/base.html +++ b/rapids/templates/rapids/base.html @@ -51,8 +51,6 @@ href="{% url 'admin:index' %}">Admin{% endif %} View questions Add new rapid - Change password - Logout Questions by: diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 5c02a4e4..4a7e2219 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -232,7 +232,7 @@ {{ form.as_table }}