From eec18e130a323ce673cc659053a8496da0a43718 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 24 Mar 2014 17:31:39 +0530 Subject: a message to upload only .png files --- tbc/templates/tbc/upload-content.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tbc') diff --git a/tbc/templates/tbc/upload-content.html b/tbc/templates/tbc/upload-content.html index 3fb5eca..bb0b26c 100644 --- a/tbc/templates/tbc/upload-content.html +++ b/tbc/templates/tbc/upload-content.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block content %}
-

Upload chapters as individual IPython notebooks

+

Upload chapters as individual IPython notebooks

{% csrf_token %} {% for i in no_notebooks %} @@ -10,7 +10,7 @@ {% endfor %}

-

Upload 3 screenshots from any 3 random chapters and give proper captions

+

Upload screenshots of Plots/Graphs/Charts(if any) "that you have plotted" and not from the textbook itself from any cahpter. If there are no plots/graphs/charts, then upload a screenshot of any chapter. Give proper captions for each of them. Only .png files are acceptable.

{% for i in no_images %} -- cgit