6 lines
263 B
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 %}
|