diff options
Diffstat (limited to 'src/main/resources/templates/index.html')
| -rw-r--r-- | src/main/resources/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 1dcef48..ea12d7e 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -76,6 +76,8 @@ </div> <!--/Lead Card--> + <div th:if="${param.success}" class="text-xl p-4 bg-black text-red-500">Successful Registration!</div> + <!--Posts Container--> <div class="flex flex-wrap justify-between pt-12 -mx-6"> |
