mirror of
https://github.com/Superredstone/patrickcanal.it.git
synced 2026-09-20 17:51:12 +02:00
fix: move uploads away from static files & fix company logo
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
{% for je in job_experiences %}
|
||||
<li class="timeline-event">
|
||||
<div class="timeline-event-icon bg-primary">
|
||||
<img src="{{ je.company.logo.url }}" alt="">
|
||||
<img src="{% url 'company-logo' pk=je.company.pk %}" alt="">
|
||||
</div>
|
||||
<div class="timeline-event-card card">
|
||||
<div class="card-body">
|
||||
|
||||
Reference in New Issue
Block a user