Missing paren in toot page title

This commit is contained in:
Jason McBrayer 2018-07-18 13:48:33 -04:00
parent b974cb1ccc
commit c682bdd117
1 changed files with 1 additions and 1 deletions

View File

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