~ubuntu-branches/ubuntu/saucy/python-django/saucy-updates

« back to all changes in this revision

Viewing changes to django/contrib/comments/templates/comments/deleted.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2008-11-15 19:15:33 UTC
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20081115191533-84v2zyjbmp1074ni
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends "comments/base.html" %}
 
2
{% load i18n %}
2
3
 
3
 
{% block title %}Thanks for removing.{% endblock %}
 
4
{% block title %}{% trans "Thanks for removing" %}.{% endblock %}
4
5
 
5
6
{% block content %}
6
 
  <h1>Thanks for taking the time to improve the quality of discussion on our site.</h1>
7
 
{% endblock %}
 
 
b'\\ No newline at end of file'
 
7
  <h1>{% trans "Thanks for taking the time to improve the quality of discussion on our site" %}.</h1>
 
8
{% endblock %}