So i’m using bootstrap model to code my website, however the referencing doesn’t work when i upload the file onto the source file. Tried looking on other online forums but it didnt help;//
{% extends 'bootstrap/base.html' %}
{% block title %}
{% if title %}{{ title }} - Freelibby!!{% else %}{{ _('Welcome to Freely') }}{% endif %}
{% endblock %}
{% block navbar %}
<!-- nav class="navbar navbar-default" -->
<!-- NAVBAR-->
<nav class="navbar-brand">
<a href="#" class="pull-left">
<img src= "https://res.cloudinary.com/mhmd/image/upload/v1557368579/logo_iqjuay.png"></a>
WORKS But
<img src="/image/logo.png"></a> Doesnt WORK
<div class="container">
<div class="navbar-header">
Appreciate any help