fixed views for password reset (#679)

This commit is contained in:
René Zubcevic
2019-10-10 07:50:47 +02:00
committed by GitHub
parent 18d43f16d3
commit f140875156
3 changed files with 26 additions and 11 deletions

View File

@ -3,7 +3,7 @@
<head>
<link rel="stylesheet" type="text/css" th:href="@{/plugins/bootstrap/css/bootstrap.min.css}"/>
<link rel="stylesheet" type="text/css" th:href="@{/css/font-awesome.min.css}"/>
<script th:src="@{/plugins/bootstrap/js/bootstrap.min.js}"/>
<script th:src="@{/plugins/bootstrap/js/bootstrap.min.js}"></script>
</head>
<body>

View File

@ -3,7 +3,7 @@
<head>
<link rel="stylesheet" type="text/css" th:href="@{/plugins/bootstrap/css/bootstrap.min.css}"/>
<link rel="stylesheet" type="text/css" th:href="@{/css/font-awesome.min.css}"/>
<script th:src="@{/plugins/bootstrap/js/bootstrap.min.js}"/>
<script th:src="@{/plugins/bootstrap/js/bootstrap.min.js}"></script>
</head>
<body>