diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/website/templates/home.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 8e4270d..144f57f 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -125,10 +125,11 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi </td> </tr> {% for registration_detail in registration_details %} + {% if registration_detail.display_registration_type %} <tr> <td style="border-top:none;!important"> <div class="align-baseline"> - {{ registration_detail.registration_type }}<br> + {{ registration_detail.registration_type| safe }}<br> {% if not registration_detail.start_date %} (till {{ registration_detail.end_date| date:"d M Y"}})<br> {% else %} @@ -143,6 +144,7 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi </div> </td> </tr> + {% endif %} {% endfor %} <tr> <td colspan="2"> |