diff options
author | hardythe1 | 2014-03-24 17:31:39 +0530 |
---|---|---|
committer | hardythe1 | 2014-03-24 17:31:39 +0530 |
commit | eec18e130a323ce673cc659053a8496da0a43718 (patch) | |
tree | 3b55632f920ef513c4e14bfb4c27d3f549283b9d | |
parent | 64ae7cd5d0fb17e01567d4839b055b5d3510c92b (diff) | |
download | Python-TBC-Interface-eec18e130a323ce673cc659053a8496da0a43718.tar.gz Python-TBC-Interface-eec18e130a323ce673cc659053a8496da0a43718.tar.bz2 Python-TBC-Interface-eec18e130a323ce673cc659053a8496da0a43718.zip |
a message to upload only .png files
-rw-r--r-- | tbc/templates/tbc/upload-content.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 %} <div id="content-wrap" style="max-width:600px;"> - <p>Upload chapters as individual IPython notebooks </p> + <p>Upload chapters as individual IPython notebooks</p> <form action="/upload-content/{{ curr_book.id }}" method=POST enctype="multipart/form-data"> {% csrf_token %} {% for i in no_notebooks %} @@ -10,7 +10,7 @@ {% endfor %} <br> <hr> - <p>Upload 3 screenshots from any 3 random chapters and give proper captions</p> + <p>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.</p> {% for i in no_images %} <input type=text name=caption{{i}} placeholder="Caption {{ forloop.counter }}"> <input type=file name=image{{i}}> |