diff options
Diffstat (limited to 'certificate/templates/download.html')
-rw-r--r-- | certificate/templates/download.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/certificate/templates/download.html b/certificate/templates/download.html index 7e6a14c..00c2527 100644 --- a/certificate/templates/download.html +++ b/certificate/templates/download.html @@ -1,5 +1,7 @@ {% extends 'base.html' %} - +{% block header%} + <h1> Scilab India Conference 2014 </h1> +{% endblock %} {% block content %} <div class="modal fade" id="invalidModal" tabindex="-1" role="dialog" aria-labelledby="invalidModalLabel" aria-hidden="true"> <div class="modal-dialog"> @@ -14,9 +16,13 @@ </div> </div> </div> - <form class="col-lg-12" action="{% url 'certificate:download' %}" method="post"> + <form class="col-lg-12" action="{% url 'certificate:download' %}" method="post"> {% csrf_token %} - {{ message }} + {% if error %} + <p class="lead"> Sorry your certificate cannot be processed. Kindly contact the fossee team.<p> + {% else %} + {{ message }} + {% endif %} <hr> <p>Please choose the appropriate category</p> <input type="radio" name="type" id="P" value="P" checked="True">Participant |