update list and editor page titles

This commit is contained in:
Seth Ladygo
2019-05-03 00:00:17 -07:00
parent c9076635a5
commit 732159f055
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="{% static 'img/favicon.ico' %}" rel="shortcut icon" /> <link href="{% static 'img/favicon.ico' %}" rel="shortcut icon" />
<title>Django Vue Integration</title> <title>ProCatalog Editor</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
{{ catalogID | json_script:"catalogID" }} {{ catalogID | json_script:"catalogID" }}
{{ regions | json_script:"regions" }} {{ regions | json_script:"regions" }}
@ -16,7 +16,7 @@
</head> </head>
<body> <body>
<noscript> <noscript>
<strong>We're sorry but frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>The catalog editor doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript> </noscript>
<div id="app"> <div id="app">

View File

@ -8,12 +8,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="{% static 'img/favicon.ico' %}" rel="shortcut icon" /> <link href="{% static 'img/favicon.ico' %}" rel="shortcut icon" />
<title>Django Vue Integration</title> <title>ProCatalog Catalog List</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
</head> </head>
<body> <body>
<noscript> <noscript>
<strong>We're sorry but frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>The catalog list doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript> </noscript>
<div id="app"> <div id="app">