浏览代码

Death certificate changes

apg 1 月之前
父节点
当前提交
22da7b9101

+ 2 - 0
src/main/java/scot/carricksoftware/grants/capitalisation/places/organisations/CapitaliseOrganisationImpl.java

@@ -5,9 +5,11 @@
 
 package scot.carricksoftware.grants.capitalisation.places.organisations;
 
+import org.springframework.stereotype.Component;
 import scot.carricksoftware.grants.capitalisation.CapitaliseString;
 import scot.carricksoftware.grants.commands.places.organisations.OrganisationCommand;
 
+@Component
 public class CapitaliseOrganisationImpl implements CapitaliseOrganisation {
 
     private final CapitaliseString capitaliseString;

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

@@ -1,20 +1,3 @@
-<!DOCTYPE html>
-<!--suppress XmlHighlighting -->
-<html lang="en" xmlns:th="http://www.thymeleaf.org">
-<head>
-    <!-- Required meta tags -->
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-
-    <!-- Bootstrap CSS -->
-    <!--suppress SpellCheckingInspection -->
-    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
-          integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
-
-    <!--suppress SpellCheckingInspection -->
-    <script src="https://code.jquery.com/jquery-3.6.0.min.js"
-            integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
-    <title>Grants - person</title>
 
 </head>
 <body>

+ 8 - 5
src/main/resources/templates/index.html

@@ -1,6 +1,6 @@
-<!doctype html>
-<!--suppress HtmlUnknownTarget -->
-<html lang="en">
+<!DOCTYPE html>
+<!--suppress XmlHighlighting -->
+<html lang="en" xmlns:th="http://www.thymeleaf.org">
 <head>
     <!-- Required meta tags -->
     <meta charset="utf-8">
@@ -11,8 +11,11 @@
     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
           integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 
-    <title>Grants Application - home page</title>
-</head>
+    <!--suppress SpellCheckingInspection -->
+    <script src="https://code.jquery.com/jquery-3.6.0.min.js"
+            integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
+    <title>Grants - person</title>
+
 <body>
 
 <div th:insert="~{fragments/layout::banner}"></div>