fix #2494 replace with absolute path
This commit is contained in:
parent
7b21e0a549
commit
92685fbfae
6 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
|||
type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<la:form action="search" method="get" styleId="searchForm">
|
||||
<la:form action="/search" method="get" styleId="searchForm">
|
||||
${fe:facetForm()}${fe:geoForm()}
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
</la:info>
|
||||
<la:errors />
|
||||
</div>
|
||||
<la:form styleId="login" method="post">
|
||||
<la:form styleId="/login" method="post">
|
||||
<div class="input-group mb-3">
|
||||
<c:set var="ph_username">
|
||||
<la:message key="labels.login.placeholder_username" />
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</la:info>
|
||||
<la:errors />
|
||||
</div>
|
||||
<la:form styleId="login" method="post">
|
||||
<la:form styleId="/login" method="post">
|
||||
<div class="input-group mb-3">
|
||||
<c:set var="ph_old_password">
|
||||
<la:message key="labels.profile.placeholder_old_password" />
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<la:form action="search" method="get" styleId="searchForm">
|
||||
<la:form action="/search" method="get" styleId="searchForm">
|
||||
${fe:facetForm()}${fe:geoForm()}
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
</la:info>
|
||||
<la:errors />
|
||||
</div>
|
||||
<la:form styleId="login" method="post">
|
||||
<la:form styleId="/login" method="post">
|
||||
<div class="input-group mb-3">
|
||||
<c:set var="ph_username">
|
||||
<la:message key="labels.login.placeholder_username" />
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</la:info>
|
||||
<la:errors />
|
||||
</div>
|
||||
<la:form styleId="login" method="post">
|
||||
<la:form styleId="/login" method="post">
|
||||
<div class="input-group mb-3">
|
||||
<c:set var="ph_old_password">
|
||||
<la:message key="labels.profile.placeholder_old_password" />
|
||||
|
|
Loading…
Add table
Reference in a new issue