Merge pull request #478 from dxillar/patch-1

Update index.rst
This commit is contained in:
Alexandr Artemyev 2022-04-25 19:00:55 +06:00 committed by GitHub
commit c47fefaf46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ When used in a template you probably need to use:
{% load static %}
{% get_media_prefix as MEDIA_URL %}
<img src="{{ MEDIA_URL }}{{ constance.LOGO_IMAGE }}">
<img src="{{ MEDIA_URL }}{{ config.LOGO_IMAGE }}">
Images are uploaded to MEDIA_ROOT.