update ostatus templates

This commit is contained in:
Hugh Rundle
2021-11-28 13:28:58 +11:00
parent f7c8f121b9
commit d05e100421
2 changed files with 21 additions and 26 deletions

View File

@@ -1,23 +1,4 @@
{% extends 'ostatus/template.html' %}
{% load i18n %}
{% load utilities %}
{% load markdown %}
{% block title %}
{% if not request.user.is_authenticated %}
{% trans "Log in to " %}
{% else %}
{% trans "Error following from " %}
{% endif %}
{% endblock %}
{% block heading %}
{% if not request.user.is_authenticated %}
Let's log in first...
{% else %}
Uh oh...
{% endif %}
{% endblock %}
{% block content %}
<div class="block">