Commit 22c158c6 by Calen Pennington

Mark that the certificate generation takes a significant amount of time

parent 6773c5c2
...@@ -157,7 +157,7 @@ $(function() { ...@@ -157,7 +157,7 @@ $(function() {
%endif %endif
%elif certificate_state['state'] == "generating": %elif certificate_state['state'] == "generating":
<a href="#">Certificate is being generated...</a> <a href="#">Certificate is being generated. Please check back in 24 hours.</a>
%else: %else:
<a href="#">No certificate available</a> <a href="#">No certificate available</a>
%endif %endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment