diff options
author | Leif Johansson <leifj@sunet.se> | 2011-02-23 15:45:40 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-02-23 15:45:40 +0100 |
commit | ecbe0f380cce9f3f497c3652bc06151cb3ea7c79 (patch) | |
tree | c99f6f4b37c1f39282b5771ccf97f6d2001528b1 /templates/apps | |
parent | 6244610d840806418bf774bf771b8af28b3a19e0 (diff) |
more mail parameters
Diffstat (limited to 'templates/apps')
-rw-r--r-- | templates/apps/userprofile/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/apps/userprofile/home.html b/templates/apps/userprofile/home.html index 6c78d46..00feb0b 100644 --- a/templates/apps/userprofile/home.html +++ b/templates/apps/userprofile/home.html @@ -24,10 +24,10 @@ </div> </div> {% empty %} - <p style="padding: 5px;" class="ui-corner-all ui-state-highlight">You are not a member of any groups yet...</p> + <p>You are not a member of any groups yet...</p> {% endfor %} </div> -<h3>Names</h3> +<h3>Groups</h3> <div id="names"> {% for n,p in names %} <div id="n{{n.id}}"> @@ -37,7 +37,7 @@ </div> </div> {% empty %} - <p style="padding: 5px;" class="ui-corner-all ui-state-highlight">You do not control any names</p> + <p>You do not have control over any groups yet...</p> {% endfor %} </div> {% endblock %}
\ No newline at end of file |