Set the document's title dynamically from the loaded AJAX content.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-10 15:11:41 -04:00
committed by Roberto Rosario
parent ad3438b859
commit 9b10f59162

View File

@@ -104,5 +104,6 @@ var DjangoMessages = [
{% block javascript %}{% endblock %}
<script>
document.title = '{% spaceless %}{% block title %}{% endblock %}{% endspaceless %} :: {% block project_name %}{% project_name %}{% endblock %}';
afterBaseLoad();
</script>