diff options
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/papers.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/website/templates/papers.html b/website/templates/papers.html index 767132c..b1932f1 100644 --- a/website/templates/papers.html +++ b/website/templates/papers.html @@ -2,7 +2,10 @@ {% block content %} <div class="row"> {% if status == "up" %} -<h4>We have succcessfully received your proposal. Thank You !</h4> +<div data-alert class="alert-box success"> +<p>We have succcessfully received your proposal. Thank You !</p> +<a href="#" class="close">×</a> +</div> {% endif %} <h4>Call for Proposals</h4> <p align="justify"> |