Added missing header div in login template

This commit is contained in:
2021-08-13 12:17:56 +02:00
parent 6bc5dbe70f
commit 6417c378fc

View File

@@ -28,9 +28,11 @@
</script> </script>
</head> </head>
<body> <body>
<div id="header">
<div id="header_left"> <div id="header_left">
<a href="{$web_url}">{$headline}</a> <a href="{$web_url}">{$headline}</a>
</div> </div>
</div>
<div id="login"> <div id="login">
<div id="login_form"> <div id="login_form">
<p>Please enter the credentials of your ECG account (<strong>without</strong> @ecogood.org).</p> <p>Please enter the credentials of your ECG account (<strong>without</strong> @ecogood.org).</p>