mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2025-01-27 01:52:45 -05:00
Add username to title of pages
This commit is contained in:
parent
6b3b46dff0
commit
3fd36fa640
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% load taglinks %}
|
||||
|
||||
{% block title %}
|
||||
Brutaldon - Notifications timelime
|
||||
Brutaldon ({{ own_acct.username }}) - Notifications timelime
|
||||
{% endblock %}
|
||||
|
||||
{% comment %}
|
||||
|
@ -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>
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% load static %}
|
||||
|
||||
{% block title %}
|
||||
Brutaldon - reply
|
||||
Brutaldon ({{ own_acct.username }}) - reply
|
||||
{% endblock %}
|
||||
|
||||
{% block page_scripts %}
|
||||
|
@ -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>
|
||||
|
@ -4,7 +4,7 @@
|
||||
{% load sanitizer %}
|
||||
|
||||
{% block title %}
|
||||
Brutaldon - search results
|
||||
Brutaldon ({{ own_acct.username }}) - search results
|
||||
{% endblock %}
|
||||
|
||||
{% comment %}
|
||||
|
@ -2,7 +2,7 @@
|
||||
{% load humanize %}
|
||||
|
||||
{% block title %}
|
||||
Brutaldon - thread
|
||||
Brutaldon ({{ own_acct.username }}) - thread
|
||||
{% endblock %}
|
||||
|
||||
{% comment %}
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% load static %}
|
||||
|
||||
{% block title %}
|
||||
Brutaldon - {{ timeline_name }} timelime
|
||||
Brutaldon ({{ own_acct.username }}) - {{ timeline_name }} timelime
|
||||
{% endblock %}
|
||||
|
||||
{% block page_scripts %}
|
||||
|
@ -4,7 +4,7 @@
|
||||
{% load taglinks %}
|
||||
|
||||
{% block title %}
|
||||
Brutaldon - {{ user.acct }} timelime
|
||||
Brutaldon ({{ own_acct.username }}) - {{ user.acct }} timelime
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user