Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions demo/demo/static/demo/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion demo/demo/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="navbar-nav">
<a class="navbar-brand" href="#">
<img src="{%static "demo/logo.svg"%}" alt="Logo"/>
<img class="dpd-logo" src="{%static "demo/logo.svg"%}" alt="Logo"/>
</a>
{% block demo_items %}
<a class="nav-item nav-link btn btn-lg" href="{%url "home"%}">Contents</a>
Expand Down