pasteque/paste/templates/paste/expired.html

10 lines
332 B
HTML
Raw Normal View History

2013-04-04 17:37:30 +00:00
{% extends "base.html" %}
{% load i18n %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
<h1>{{ title }}</h1>
<div id="expired">
<p><b>{% blocktrans %}This paste has expired{% endblocktrans %}</b>.</p>
<p>{% blocktrans %}Sorry but the paste you try to access has expired{% endblocktrans %}.</p>
</div>
{% endblock %}