1
0
Fork 0

Move images to img folder

merge-requests/109/head
Nikos Roussos 2015-04-07 19:01:44 +03:00
parent 859cf03201
commit ac5cad6519
7 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ STATICFILES_FINDERS = (
MEDIA_ROOT = path.join(BASE_DIR, 'media')
MEDIA_URL = '/media/'
CRISPY_TEMPLATE_PACK = 'bootstrap3'
STATION_DEFAULT_IMAGE = '/static/images/dish.png'
STATION_DEFAULT_IMAGE = '/static/img/dish.png'
# App conf
ROOT_URLCONF = 'network.urls'

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -14,7 +14,7 @@
{% block css %}
{% endblock %}
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}">
<link rel="shortcut icon" href="{% static 'img/favicon.ico' %}">
</head>
@ -32,7 +32,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{% url 'base:home' %}">
<img id="navbar-logo" src="{% static 'images/satnogs_net.png' %}" alt="SatNOGS net">
<img id="navbar-logo" src="{% static 'img/satnogs_net.png' %}" alt="SatNOGS net">
</a>
</div>