Fix css bug
This commit is contained in:
parent
36007e86ed
commit
9522e17acd
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
||||||
{% for org in queryset %}
|
{% for org in queryset %}
|
||||||
<a href="{{ org.get_absolute_url() }}" class="organization-row" title="{{org.about}}">
|
<a href="{{ org.get_absolute_url() }}" class="organization-row" title="{{org.about}}">
|
||||||
<img class="org-logo" data-src="{{ org.logo_override_image or static('icons/icon.png') }}">
|
<img class="org-logo" data-src="{{ org.logo_override_image or static('icons/icon.png') }}">
|
||||||
<span>{{ org.name }}</span>
|
<span style="margin-right: auto">{{ org.name }}</span>
|
||||||
<span style="font-weight: normal; float:right"><i>{{ org.member_count }} {{_('members')}}</i></span>
|
<span style="font-weight: normal"><i>{{ org.member_count }} {{_('members')}}</i></span>
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue