Browse Source

REmoved extra characters from birth certificate form
Closes #107

Andrew Grant 3 months ago
parent
commit
9eca367152

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

@@ -502,7 +502,7 @@
         <a class="btn btn-secondary" th:href="@{/birthCertificates}" th:text="${'List all'}">List all</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>di
+    </form>
 </div>
 </body>
 </html>