pasteque/paste/templates/paste/expired.html
Alexandre Henriet b632e8f869 first commit
2013-04-04 19:37:30 +02:00

10 lines
332 B
HTML

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