fix #2494 replace with absolute path

This commit is contained in:
Shinsuke Sugaya 2020-10-27 06:54:26 +09:00
parent 7b21e0a549
commit 92685fbfae
6 changed files with 6 additions and 6 deletions

View file

@ -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">

View file

@ -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" />

View file

@ -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" />

View file

@ -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">

View file

@ -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" />

View file

@ -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" />