Caching and refactors
This commit is contained in:
parent
67b06d7856
commit
8f1c8d6c96
33 changed files with 485 additions and 381 deletions
|
@ -1 +1,10 @@
|
|||
<span class="{{ profile.css_class }}"><a href="{{ url('user_page', profile.username) }}">{{ profile.username }}</a></span>
|
||||
<span class="{{ profile.css_class }} {{'user-with-img' if show_image}}">
|
||||
{% if show_image %}
|
||||
<span class="user-img">
|
||||
<img src="{{gravatar(profile)}}">
|
||||
</span>
|
||||
{% endif %}
|
||||
<a href="{{ url('user_page', profile.username) }}">
|
||||
{{ profile.username }}
|
||||
</a>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue