Just some spacing changes in profile.html

This commit is contained in:
Christopher Allan Webber 2011-07-02 21:31:25 -05:00
parent 30d6ecf6ed
commit d729012dd9

View File

@ -20,16 +20,16 @@
<div> <div>
<ul> <ul>
{% if user.url %} {% if user.url %}
<li> <li>
<a href="{{ user.url }}">homepage</a> <a href="{{ user.url }}">homepage</a>
</li> </li>
{% endif %} {% endif %}
{% if user.bio %} {% if user.bio %}
<li> <li>
{{ user.bio }} {{ user.bio }}
</li> </li>
{% endif %} {% endif %}
</ul> </ul>
</div> </div>
{% endblock %} {% endblock %}