diff options
-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 %} |