fix: move uploads away from static files & fix company logo

This commit is contained in:
2026-09-14 21:12:33 +02:00
parent 1d25e49966
commit cc76207bb4
4 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -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">