diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 21:31:25 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 21:31:25 -0500 |
commit | d729012dd950c2cc27c61962fd55c7859026635d (patch) | |
tree | daab58e22beddb24543c3a388b7ef87427374f30 | |
parent | 30d6ecf6ed14781416bbca901a8de41e618abc5b (diff) | |
download | mediagoblin-d729012dd950c2cc27c61962fd55c7859026635d.tar.lz mediagoblin-d729012dd950c2cc27c61962fd55c7859026635d.tar.xz mediagoblin-d729012dd950c2cc27c61962fd55c7859026635d.zip |
Just some spacing changes in profile.html
-rw-r--r-- | mediagoblin/templates/mediagoblin/utils/profile.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mediagoblin/templates/mediagoblin/utils/profile.html b/mediagoblin/templates/mediagoblin/utils/profile.html index b3f5f0f8..21468033 100644 --- a/mediagoblin/templates/mediagoblin/utils/profile.html +++ b/mediagoblin/templates/mediagoblin/utils/profile.html @@ -20,16 +20,16 @@ <div> <ul> {% if user.url %} - <li> - <a href="{{ user.url }}">homepage</a> - </li> - {% endif %} + <li> + <a href="{{ user.url }}">homepage</a> + </li> + {% endif %} {% if user.bio %} - <li> - {{ user.bio }} - </li> - {% endif %} + <li> + {{ user.bio }} + </li> + {% endif %} </ul> </div> {% endblock %} |