diff options
author | prathamesh | 2014-11-24 14:04:03 +0530 |
---|---|---|
committer | prathamesh | 2014-11-24 14:04:03 +0530 |
commit | 9f27c2aa06c88f8f97c5a6a32d40f94670fd2795 (patch) | |
tree | 60ea246b6c61be10e45bd374beb4a83b59ef17a8 /tbc/templates | |
parent | fc2fc29d9734884345f41ac08c7cc207abd19053 (diff) | |
download | Python-TBC-Interface-9f27c2aa06c88f8f97c5a6a32d40f94670fd2795.tar.gz Python-TBC-Interface-9f27c2aa06c88f8f97c5a6a32d40f94670fd2795.tar.bz2 Python-TBC-Interface-9f27c2aa06c88f8f97c5a6a32d40f94670fd2795.zip |
Certifiate Generation Implemented
Diffstat (limited to 'tbc/templates')
-rw-r--r-- | tbc/templates/tbc/get-certificate.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tbc/templates/tbc/get-certificate.html b/tbc/templates/tbc/get-certificate.html index e54763d..24d9c67 100644 --- a/tbc/templates/tbc/get-certificate.html +++ b/tbc/templates/tbc/get-certificate.html @@ -20,6 +20,9 @@ </td> </tr> {% endfor %} + {% if error %} + <div class="alert alert-danger" role="alert"><h4>Sorry could not process your certificate. Kindly contact the FOSSEE team.</h4></div> + {% endif %} </table> {% endblock %} |