diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-26 22:47:47 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-26 22:47:47 +0100 |
commit | 35857931efa5fb9fa3fc660f4992879249ce5f0b (patch) | |
tree | 2dbf407482f0b53fb5afbbe20e1e5580b28beb4a /view/tpl/register.tpl | |
parent | 6cb7afcbc0447b60de0128f9a912e10ae125ba45 (diff) | |
download | volse-hubzilla-35857931efa5fb9fa3fc660f4992879249ce5f0b.tar.gz volse-hubzilla-35857931efa5fb9fa3fc660f4992879249ce5f0b.tar.bz2 volse-hubzilla-35857931efa5fb9fa3fc660f4992879249ce5f0b.zip |
2 more tpl files with generic-content-wrapper-styled
Diffstat (limited to 'view/tpl/register.tpl')
-rwxr-xr-x | view/tpl/register.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index ed673031a..005b122cf 100755 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h2>{{$title}}</h2> <form action="register" method="post" id="register-form"> @@ -49,3 +50,4 @@ <div id="register-submit-end" class="register-field-end"></div> </form> +</div> |