diff --git a/arches/install/arches-templates/project_name/templates/index.htm b/arches/install/arches-templates/project_name/templates/index.htm index 7c44556067..45db2f5100 100644 --- a/arches/install/arches-templates/project_name/templates/index.htm +++ b/arches/install/arches-templates/project_name/templates/index.htm @@ -52,7 +52,7 @@ {% render_bundle 'css/index' 'css' %} {% render_bundle 'css/index-slider' 'css' %} - + {% if app_settings.ACCESSIBILITY_MODE %} {% render_bundle 'css/accessibility' 'css' %} {% endif %} @@ -80,7 +80,7 @@ {% trans 'Arches Logo' %}
-

{% blocktrans %}Arches | {{version}}{% endblocktrans %}

+

{% blocktrans %}{{app_name}} | {{version}}{% endblocktrans %}

@@ -168,7 +168,7 @@

{% blocktrans %}Arches | {{version}}{% endblocktrans %}

-

{% blocktrans %}Arches {{version}}{% endblocktrans %}

+

{% blocktrans %}{{app_name}} {{version}}{% endblocktrans %}

{% trans "A web and mobile platform for" %}

{% trans "managing your most important resource information" %}

@@ -177,7 +177,7 @@

{% blocktrans %}Arches {{version}}{% endblocktrans %}

-

{% blocktrans %}Arches {{version}}{% endblocktrans %}

+

{% blocktrans %}{{app_name}} {{version}}{% endblocktrans %}

{% trans "A web and mobile platform for" %}

{% trans "managing your most important resource information" %}

@@ -186,7 +186,7 @@

{% blocktrans %}Arches {{version}}{% endblocktrans %}

-

{% blocktrans %}Arches {{version}}{% endblocktrans %}

+

{% blocktrans %}{{app_name}} {{version}}{% endblocktrans %}

{% trans "A web and mobile platform for" %}

{% trans "managing your most important resource information" %}

@@ -484,7 +484,7 @@ ], function ($, ko) { $(document).ready(function () { App.init(); - + var contentSections = $('.app-info-block'), navigationItems = $('#cd-vertical-nav a'); @@ -545,4 +545,4 @@ - \ No newline at end of file +