diff --git a/templates/confirm.html b/templates/confirm.html index 08f26ff..1f8c18c 100644 --- a/templates/confirm.html +++ b/templates/confirm.html @@ -1,17 +1,21 @@ -{{ define "page-styles"}} - -{{ end }} - -{{ define "page-content" }} -
- {{ range $k, $v := .Fields }} - - {{ end }} -
- {{ $.Message }} -
-
- -
-
+{{ define "page-styles"}} + +{{ end }} + +{{ define "page-content" }} +
+ {{ range $k, $v := .Fields }} + + {{ end }} +
+ {{ $.Message }} +
+
+ +
+
{{ end }} \ No newline at end of file diff --git a/templates/create-share.html b/templates/create-share.html index 4803c4d..657976b 100644 --- a/templates/create-share.html +++ b/templates/create-share.html @@ -1,24 +1,20 @@ -{{ define "page-styles"}} - -{{ end }} - -{{ define "page-content" }} -
-
- - -
-
- -
-
+{{ define "page-styles"}} + +{{ end }} + +{{ define "page-content" }} +
+
+ + + + + +
+
+ +
+
{{ end }} \ No newline at end of file diff --git a/templates/share-add-login.html b/templates/share-add-login.html index 21b8427..6785b3b 100644 --- a/templates/share-add-login.html +++ b/templates/share-add-login.html @@ -1,15 +1,20 @@ {{ define "page-content" }} -
- - - - - + +
+ + + + + + + + + + + +
+
+ +
{{ end }} \ No newline at end of file diff --git a/templates/share-add-user.html b/templates/share-add-user.html index 7c9e93a..a86e798 100644 --- a/templates/share-add-user.html +++ b/templates/share-add-user.html @@ -1,22 +1,25 @@ -{{ define "page-content" }} -
- - - - -
+{{ define "page-content" }} +
+
+ + + + + + + + +
+
+ +
+
{{ end }} \ No newline at end of file