mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-12-04 14:46:24 -05:00
Missing paren in toot page title
This commit is contained in:
parent
b974cb1ccc
commit
c682bdd117
@ -1,7 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block title %} Brutaldon ({{ own_acct.username }} - toot {% endblock %}
|
{% block title %} Brutaldon ({{ own_acct.username }}) - toot {% endblock %}
|
||||||
|
|
||||||
{% block page_scripts %}
|
{% block page_scripts %}
|
||||||
<script src="{% static 'js/mousetrap.min.js' %}" type="application/javascript"></script>
|
<script src="{% static 'js/mousetrap.min.js' %}" type="application/javascript"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user