Anfänglicher Commit: Producion Version Stand: Oktober 2014
This commit is contained in:
8
src/templates/comments/posted.html
Normal file
8
src/templates/comments/posted.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans "Thank you for your comment" %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{% trans "Thank you for your comment" %}!</h1>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user