diff --git a/static/no_avatar.png b/static/no_avatar.png new file mode 100644 index 0000000..43168a1 Binary files /dev/null and b/static/no_avatar.png differ diff --git a/templates/accounts/base.html b/templates/accounts/base.html index af19af2..73cab3d 100644 --- a/templates/accounts/base.html +++ b/templates/accounts/base.html @@ -4,7 +4,7 @@
- + {{ account.displayName }} {{ account.name }} diff --git a/templates/video_channels/base.html b/templates/video_channels/base.html index 0ce546a..7923d01 100644 --- a/templates/video_channels/base.html +++ b/templates/video_channels/base.html @@ -5,7 +5,7 @@
- + {{ video_channel.displayName }} {{ video_channel.name }}