a bit more work on location icons
This commit is contained in:
parent
2515c08d97
commit
9997897160
|
@ -5,7 +5,7 @@
|
|||
|
||||
<style>
|
||||
.fa-select {
|
||||
font-family: sans-serif, 'FontAwesome';
|
||||
font-family: 'FontAwesome';
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
href="{% url 'event_detail' camp_slug=camp.slug slug=eventinstance.event.slug %}"
|
||||
style="background-color: {{ eventinstance.event.event_type.color }}; border: 0; color: {% if eventinstance.event.event_type.light_text %}white{% else %}black{% endif %};">
|
||||
<small>{{ eventinstance.when.lower|date:"H:i" }} - {{ eventinstance.when.upper|date:"H:i" }}</small>
|
||||
<span class="pull-right" style="font-family: 'FontAwesome';">&#x{{ eventinstance.location.icon }};</span>
|
||||
<br />
|
||||
{{ eventinstance.event.title }}
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue