Added timezone clarification to the timeline edit form.
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 04 Feb 2009 21:15:26 +0000
changeset 1210 a59a4df7414b
parent 1209 c875b0836f77
child 1211 b0dd54907caf
Added timezone clarification to the timeline edit form. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/templates/soc/timeline/edit.html
--- a/app/soc/templates/soc/timeline/edit.html	Wed Feb 04 21:12:29 2009 +0000
+++ b/app/soc/templates/soc/timeline/edit.html	Wed Feb 04 21:15:26 2009 +0000
@@ -23,6 +23,9 @@
     });
 </script>
 {% endblock %}
+{% block instructions %}
+Please use this form to edit the {{ entity_type }}. Note that all times are in UTC.
+{% endblock %}
 {% block submit_buttons %}
 <td> 
  <input style="font-weight: bold" type="submit" value="Save Changes"/></span>