git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
moved media to media folder in app
[~kgodey/maayanwich.git]
/
templates
/
comments
/
deleted.html
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 %}