summaryrefslogtreecommitdiff
path: root/tbc/templates
diff options
context:
space:
mode:
authorhardythe12014-04-29 11:26:52 +0530
committerhardythe12014-04-29 11:26:52 +0530
commit5d26311d906029e35d7e1aad92ee5fcd4da3a92b (patch)
treed51aa36f8b0e05e29bad9d0dd525c10fcf80f9be /tbc/templates
parentc1f67b9bbde6c6098e31d4bb44d13b9e7600373a (diff)
downloadPython-TBC-Interface-5d26311d906029e35d7e1aad92ee5fcd4da3a92b.tar.gz
Python-TBC-Interface-5d26311d906029e35d7e1aad92ee5fcd4da3a92b.tar.bz2
Python-TBC-Interface-5d26311d906029e35d7e1aad92ee5fcd4da3a92b.zip
updating message to name notebook files
Diffstat (limited to 'tbc/templates')
-rw-r--r--tbc/templates/tbc/upload-content.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbc/templates/tbc/upload-content.html b/tbc/templates/tbc/upload-content.html
index 80aa815..01bb584 100644
--- a/tbc/templates/tbc/upload-content.html
+++ b/tbc/templates/tbc/upload-content.html
@@ -45,7 +45,8 @@ function validate_content()
{% 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. Please do not use spaces to name your Ipython Notebook files. For ex.
+ use "chapter1.ipynb instead of chapter 1.ipynb"</p>
<form action="/upload-content/{{ curr_book.id }}" method=POST enctype="multipart/form-data">
{% csrf_token %}
{% for i in no_notebooks %}