Contest and Org css
This commit is contained in:
parent
d6832a0550
commit
ba96d83db8
16 changed files with 648 additions and 676 deletions
8
templates/organization/tag.html
Normal file
8
templates/organization/tag.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<a href="{{ org.get_absolute_url() }}">
|
||||
<span class="organization-tag" style="gap: 0.2em;">
|
||||
{% if org.logo_override_image %}
|
||||
<img class="user-img" style="height: 1.5em; width: 1.5em;" loading="lazy" src="{{ org.logo_override_image }}">
|
||||
{% endif %}
|
||||
{{ org.name }}
|
||||
</span>
|
||||
</a>
|
Loading…
Add table
Add a link
Reference in a new issue