~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to templates/comments/deleted.html

  • Committer: Janos Gyerik
  • Date: 2012-04-04 13:22:47 UTC
  • Revision ID: burlyman@titan2x.com-20120404132247-2s7liq2i4e7nn8ul
minor improvement to create_user_profile signal

Show diffs side-by-side

added added

removed removed

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