Add username to title of pages

This commit is contained in:
Jason McBrayer 2018-07-18 13:40:42 -04:00
parent 6b3b46dff0
commit 3fd36fa640
12 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
{% load taglinks %}
{% load sanitizer %}
{% block title %}Brutaldon - confirm (un)block {% endblock %}
{% block title %}Brutaldon ({{ own_acct.username }}) - confirm (un)block {% endblock %}
{% block content %}
{% if relationship.blocking %}

View File

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %} Brutaldon - confirm boost {% endblock %}
{% block title %} Brutaldon ({{ own_acct.username }}) - confirm boost {% endblock %}
{% block content %}
{% if toot.reblogged %}

View File

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %} Brutaldon - confirm favorite {% endblock %}
{% block title %} Brutaldon ({{ own_acct.username }}) - confirm favorite {% endblock %}
{% block content %}
{% if toot.favourited %}

View File

@ -2,7 +2,7 @@
{% load taglinks %}
{% load sanitizer %}
{% block title %}Brutaldon - confirm (un)follow {% endblock %}
{% block title %}Brutaldon ({{ own_acct.username }}) - confirm (un)follow {% endblock %}
{% block content %}
{% if relationship.requested %}

View File

@ -3,7 +3,7 @@
{% load taglinks %}
{% block title %}
Brutaldon - Notifications timelime
Brutaldon ({{ own_acct.username }}) - Notifications timelime
{% endblock %}
{% comment %}

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static %}
{% block title %} Brutaldon - toot {% endblock %}
{% block title %} Brutaldon ({{ own_acct.username }} - toot {% endblock %}
{% block page_scripts %}
<script src="{% static 'js/mousetrap.min.js' %}" type="application/javascript"></script>

View File

@ -3,7 +3,7 @@
{% load static %}
{% block title %}
Brutaldon - reply
Brutaldon ({{ own_acct.username }}) - reply
{% endblock %}
{% block page_scripts %}

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load widget_tweaks %}
{% block title %}brutaldon search {% endblock %}
{% block title %}brutaldon ({{ own_acct.username }}) search {% endblock %}
{% block content %}
<h1 class="title">Search</h1>

View File

@ -4,7 +4,7 @@
{% load sanitizer %}
{% block title %}
Brutaldon - search results
Brutaldon ({{ own_acct.username }}) - search results
{% endblock %}
{% comment %}

View File

@ -2,7 +2,7 @@
{% load humanize %}
{% block title %}
Brutaldon - thread
Brutaldon ({{ own_acct.username }}) - thread
{% endblock %}
{% comment %}

View File

@ -3,7 +3,7 @@
{% load static %}
{% block title %}
Brutaldon - {{ timeline_name }} timelime
Brutaldon ({{ own_acct.username }}) - {{ timeline_name }} timelime
{% endblock %}
{% block page_scripts %}

View File

@ -4,7 +4,7 @@
{% load taglinks %}
{% block title %}
Brutaldon - {{ user.acct }} timelime
Brutaldon ({{ own_acct.username }}) - {{ user.acct }} timelime
{% endblock %}
{% block content %}