aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-02 21:31:25 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-02 21:31:25 -0500
commitd729012dd950c2cc27c61962fd55c7859026635d (patch)
treedaab58e22beddb24543c3a388b7ef87427374f30
parent30d6ecf6ed14781416bbca901a8de41e618abc5b (diff)
downloadmediagoblin-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.html16
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 %}