Skip to content

Commit

Permalink
Merge pull request #234 from Gustry/icon
Browse files Browse the repository at this point in the history
Update logo and add favicon
  • Loading branch information
sumandari authored Jan 10, 2022
2 parents 3c12f2c + 5062419 commit 9debebd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dockerize/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,3 @@ dbrestore:
@docker exec -t $(PROJECT_ID)-db pg_restore /backups/latest.dmp | docker exec -i $(PROJECT_ID)-db su - postgres -c "psql gis"
@docker-compose -p $(PROJECT_ID) start web
@echo "starting web container"


Binary file added qgis-app/static/images/favicon.ico
Binary file not shown.
Binary file modified qgis-app/static/images/qgis-icon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions qgis-app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<link type="text/css" href="{% static "style/style.css" %}" rel="stylesheet" />
{% block extracss %}{% endblock %}

<link rel="shortcut icon" href="{% static "images/favicon.ico" %}"/>

<script type="text/javascript" src="{% static "js/jquery-1.11.1.min.js" %}"></script>
<script type="text/javascript" src="{% static "bootstrap/js/bootstrap.min.js" %}"></script>

Expand Down

0 comments on commit 9debebd

Please sign in to comment.