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

6 lines
263 B
HTML

{% 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 %}