Ver Fonte

Fix home field in Death Certificate Edit
Fixes #78

Andrew Grant há 4 meses atrás
pai
commit
d658ff721b

+ 1 - 2
src/main/resources/templates/certificates/deathCertificate/form.html

@@ -587,11 +587,10 @@
         </table>
         <button type="submit" class="btn btn-primary">Commit</button>
         <a class="btn btn-secondary" th:href="@{/deathCertificates}" th:text="${'List all'}">List all</a>
-        <a class="btn btn-success" th:href="@{/static}" th:text="${'Home'}">Home</a>
+        <a class="btn btn-success" th:href="@{/}" th:text="${'Home'}">Home</a>
         <h6><span style="color: rgb(255,0,0);">*</span><span> Cannot be edited</span></h6>
     </form>
 </div>
 </body>
 
-
 </html>