mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 20:42:10 +01:00
login fix
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<%- include('partials/header'); %>
|
||||
<h1>Ihre Bestellung</h1>
|
||||
<p id="error-text"><%- error %></p>
|
||||
<br>
|
||||
<h1 class="text-center">Ihre Bestellung</h1>
|
||||
<p style="width:100%; display:block;"class="error-text text-center"><%- error %></p>
|
||||
|
||||
<div id="order-info">
|
||||
<p><b>Produktname:</b> <%= product.name %></p>
|
||||
|
||||
Reference in New Issue
Block a user