diff options
author | redmatrix <git@macgirvin.com> | 2016-06-27 19:04:00 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-27 19:04:00 -0700 |
commit | b155e93ab134759f3d31a509d197916a5af84adb (patch) | |
tree | fc37281f1a73cfe8186d319f2a197b9df74b191c /view/tpl | |
parent | 3704ff57cb65dce6ddd17136580e3bf82e7d97f2 (diff) | |
download | volse-hubzilla-b155e93ab134759f3d31a509d197916a5af84adb.tar.gz volse-hubzilla-b155e93ab134759f3d31a509d197916a5af84adb.tar.bz2 volse-hubzilla-b155e93ab134759f3d31a509d197916a5af84adb.zip |
add letsencrypt x3 intermediate cert and new cert file, improve UX of new registrations
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/register.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index 4a827ca16..c84934626 100755 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -54,5 +54,8 @@ <button class="btn btn-primary" type="submit" name="submit" id="newchannel-submit-button" value="{{$submit}}">{{$submit}}</button> <div id="register-submit-end" class="register-field-end"></div> </form> + <br /> + <div class="descriptive-text">{{$verify_note}}</div> + </div> </div> |