Move user header into snippets

This commit is contained in:
Mouse Reeve 2020-11-06 12:02:25 -08:00
parent 681ebd136a
commit 8550cbc710
6 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{% extends 'layout.html' %}
{% load fr_display %}
{% block content %}
{% include 'user_header.html' with user=user %}
{% include 'snippets/user_header.html' with user=user %}
<div class="block">
<h2 class="title">Followers</h2>

View file

@ -1,7 +1,7 @@
{% extends 'layout.html' %}
{% load fr_display %}
{% block content %}
{% include 'user_header.html' %}
{% include 'snippets/user_header.html' with user=user %}
<div class="block">
<h2 class="title">Following</h2>

View file

@ -1,7 +1,7 @@
{% extends 'layout.html' %}
{% load fr_display %}
{% block content %}
{% include 'user_header.html' with user=user %}
{% include 'snippets/user_header.html' with user=user %}
<div class="block">
<div class="tabs">

View file

@ -1,9 +1,7 @@
{% extends 'layout.html' %}
{% block content %}
<div class="block">
{% include 'user_header.html' with user=user %}
</div>
{% include 'snippets/user_header.html' with user=user %}
<div class="block">
<h2 class="title">Shelves</h2>

View file

@ -1,7 +1,7 @@
{% extends 'layout.html' %}
{% load fr_display %}
{% block content %}
{% include 'user_header.html' with user=user %}
{% include 'snippets/user_header.html' with user=user %}
<div class="block">
<div class="tabs">