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: author 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 }}

Answers:

- +
{% for form in answer_formset %}
{{ answer_formset.management_form }}

Images:

- +
Drop images here (or use the buttons below)
Feedback image?
drop those here
diff --git a/templates/index.html b/templates/index.html index 741e3b50..f9266e0e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,7 @@

PENRA Courses

Anatomy Physics + Rapids Log in {% if request.user.is_staff %}Admin{% endif %} Reset password