diff options
-rw-r--r-- | src/static/img/opnfv-logo.png | bin | 0 -> 2829 bytes | |||
-rw-r--r-- | src/templates/base.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/static/img/opnfv-logo.png b/src/static/img/opnfv-logo.png Binary files differnew file mode 100644 index 0000000..1519503 --- /dev/null +++ b/src/static/img/opnfv-logo.png diff --git a/src/templates/base.html b/src/templates/base.html index 4d8530a..ca17949 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -15,7 +15,7 @@ <span class="icon-bar"></span> </button> <a href="https://www.opnfv.org/" class="navbar-left"><img - src="http://artifacts.opnfv.org/apex/review/14099/installation-instructions/_static/opnfv-logo.png"></a> + src="{% static "img/opnfv-logo.png" %}"></a> <a class="navbar-brand" href={% url 'dashboard:index' %}>Pharos Dashboard</a> </div> <!-- /.navbar-header --> |