depot/web/quotes/templates/quotedb/deleted_quote.html

7 lines
263 B
HTML
Raw Normal View History

2021-01-20 23:14:58 +00:00
{% extends "alert.html" %}
{% block title %}Deleted #{{ quote_id }}{% endblock %}
{% block content_title %}<span class="text-bfobOrange">Deleted</span> #{{ quote_id }}{% endblock %}
{% block content_text %}Farewell, poor Yorick. I hardly knew em.{% endblock %}