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