Just some spacing changes in profile.html
This commit is contained in:
parent
30d6ecf6ed
commit
d729012dd9
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user