diff options
author | hardythe1 | 2013-12-15 02:36:49 +0530 |
---|---|---|
committer | hardythe1 | 2013-12-15 02:36:49 +0530 |
commit | 333cb2736376db4ddd635121293dd62a3a485f5a (patch) | |
tree | d10b5046d0de10cb2ebddbb00ca34e823426b7fe | |
parent | 2ce6bbcb687055a0de41e5a2c3615ee41700b54e (diff) | |
download | Python-TBC-Interface-333cb2736376db4ddd635121293dd62a3a485f5a.tar.gz Python-TBC-Interface-333cb2736376db4ddd635121293dd62a3a485f5a.tar.bz2 Python-TBC-Interface-333cb2736376db4ddd635121293dd62a3a485f5a.zip |
updating styling
-rwxr-xr-x | tbc/templates/base.html | 1 | ||||
-rw-r--r-- | tbc/templates/tbc/upload-content.html | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index fb9ae55..b96da6b 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -123,7 +123,6 @@ </div> </div> <div class="container"> - <!-- Main hero unit for a primary marketing message or call to action --> {% block content %} {% if up %} <p>Book has been uploaded successfully. Please be patient while the reviewer reviews the book</p> diff --git a/tbc/templates/tbc/upload-content.html b/tbc/templates/tbc/upload-content.html index c4f49a0..a0d2369 100644 --- a/tbc/templates/tbc/upload-content.html +++ b/tbc/templates/tbc/upload-content.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% block content %} -<div id="content-wrap"> +<div id="content-wrap" style="max-width:600px;"> <p>Upload chapters as individual IPython notebooks </p> <form action="/upload-content/" method=POST enctype="multipart/form-data"> {% csrf_token %} |