summaryrefslogtreecommitdiff
path: root/tbc/templates/base.html
diff options
context:
space:
mode:
authorHardik Ghaghada2014-08-27 15:28:54 +0530
committerHardik Ghaghada2014-08-27 15:28:54 +0530
commitc2630604122fcc628b5bd8ac15291de1b5914e9c (patch)
tree267433b1db01d870fb2ec970a45a2d67cd228fcc /tbc/templates/base.html
parent60a93ffd5a9aa7abb0a4f09c5de4374b77b2cae8 (diff)
parent7137c7e70624ea37656f905032cfb02726306af8 (diff)
downloadPython-TBC-Interface-c2630604122fcc628b5bd8ac15291de1b5914e9c.tar.gz
Python-TBC-Interface-c2630604122fcc628b5bd8ac15291de1b5914e9c.tar.bz2
Python-TBC-Interface-c2630604122fcc628b5bd8ac15291de1b5914e9c.zip
Merge pull request #1 from prathamesh920/proposal_samplebook_flow
Modification to proposal and sample notebook flow
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-xtbc/templates/base.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html
index 9708a53..ab79738 100755
--- a/tbc/templates/base.html
+++ b/tbc/templates/base.html
@@ -206,6 +206,15 @@
</center>
<div class="clearfix"></div>
{% endif %}
+ {% if cannot_submit_sample %}
+ <center>
+ <div class="alert" style="width:400px;height:25px;">
+ <a class="close" data-dismiss="alert" href="#">&times;</a>
+ <p>You have not been permitted to send sample notebook.</p>
+ </div>
+ </center>
+ <div class="clearfix"></div>
+ {% endif %}
<div class="row-fluid">
<center><h3>Recent Submissions</h3></center>
{% for item in items %}