diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-15 17:29:07 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-15 17:29:07 -0800 |
commit | 959c3ba89d42340b1e675435d5a792e592d2bc0a (patch) | |
tree | fef13eaff123cdeaaec1c7c729f0c789aed9dda5 /view/tpl | |
parent | 1029939f5622d03e3efad297476be14a2313169c (diff) | |
parent | def5edf93ced1527155053b64d666bf1812cbbca (diff) | |
download | volse-hubzilla-959c3ba89d42340b1e675435d5a792e592d2bc0a.tar.gz volse-hubzilla-959c3ba89d42340b1e675435d5a792e592d2bc0a.tar.bz2 volse-hubzilla-959c3ba89d42340b1e675435d5a792e592d2bc0a.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/pwdreset.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/pwdreset.tpl b/view/tpl/pwdreset.tpl index a9106343f..dc17ed57a 100755 --- a/view/tpl/pwdreset.tpl +++ b/view/tpl/pwdreset.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h3>{{$lbl1}}</h3> <p> @@ -13,3 +14,4 @@ <p> {{$lbl6}} </p> +</div> |