aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2018-01-18 10:40:15 +0100
committerGitHub <noreply@github.com>2018-01-18 10:40:15 +0100
commit8e475810a74f738fe3b23648b904639e5099d995 (patch)
tree937a6a1f488e618d239ac4d05f1141debd0141a9
parente81949bb095448881ce83605a50454d0c3c40782 (diff)
parent647a9b2740f8b51c99909c7c059cad315b4661ba (diff)
downloadvolse-hubzilla-8e475810a74f738fe3b23648b904639e5099d995.tar.gz
volse-hubzilla-8e475810a74f738fe3b23648b904639e5099d995.tar.bz2
volse-hubzilla-8e475810a74f738fe3b23648b904639e5099d995.zip
Merge pull request #8 from redmatrix/dev
section-content-info-wrapper for register text
-rwxr-xr-xview/tpl/register.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl
index 493dba4c8..335d5f979 100755
--- a/view/tpl/register.tpl
+++ b/view/tpl/register.tpl
@@ -12,7 +12,9 @@
{{/if}}
{{if $registertext}}
- <div id="register-text" class="descriptive-paragraph">{{$registertext}}</div>
+ <div class="section-content-info-wrapper">
+ <div id="register-text" class="descriptive-paragraph">{{$registertext}}</div>
+ </div>
{{/if}}
{{if $invitations}}