diff --git a/templates/libraries/includes/version_alert.html b/templates/libraries/includes/version_alert.html index db82096b..e9b074e4 100644 --- a/templates/libraries/includes/version_alert.html +++ b/templates/libraries/includes/version_alert.html @@ -10,7 +10,7 @@ {% elif selected_version.full_release %} This is an older version of Boost and was released in {{ selected_version.release_date|date:"Y"}}. {% else %} - This version of Boost is under active development. + This version of Boost is under active development. You are currently in the {{ selected_version.display_name }} branch. {% endif %} The current version is {{ current_version.display_name }}. {% endif %}