diff options
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-x | tbc/templates/base.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index 88aff29..a317de5 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -91,6 +91,21 @@ <!-- Main hero unit for a primary marketing message or call to action --> <div class="hero-unit"> {% block content %} + {% if up %} + <p>Book has been uploaded successfully. Please be patient while the reviewer reviews the book</p> + {% endif %} + {% if profile %} + <p>Congratulations on your first log in. Please update your profile below.</p> + {% endif %} + {% if login %} + <p>Login Successful</p> + {% endif %} + {% if logout %} + <p>You have logged out successfully</p> + {% endif %} + {% if update_book %} + <p>Book has been updated successfully </p> + {% endif %} <div class="row-fluid"> <center><h3>Latest Books</h3></center> {% for item in items %} |