diff --git a/web/templates/photo/certification.html b/web/templates/photo/certification.html index 693ba46..a0888e3 100644 --- a/web/templates/photo/certification.html +++ b/web/templates/photo/certification.html @@ -106,44 +106,70 @@

-
- {{InputCSRF}} + + {{if not .CurrentUser.ProfilePhotoID}} +
+

+ + Hang on a moment! +

-
-
Example Picture
-
(ink colors not important)
- -
+

+ Before you submit your certification photo, please upload + a profile photo + that shows your face. Your certification photo will be compared to the face + picture on your profile page so that we know it's actually the same person. +

-
- -
- +

+ Note: you may make your profile picture "Friends-only" or + "Private" if you need; but you should have a clear face picture on your + profile page for the {{PrettyTitle}} admin to compare your certification + picture to! +

+
+ {{else}} + + + {{InputCSRF}} + +
+
Example Picture
+
(ink colors not important)
+
-
-
- -
+
+ +
+ +
+
- +
+ +
+ + + + {{end}}
@@ -163,4 +189,4 @@ }); }); -{{end}} \ No newline at end of file +{{end}}