diff options
Diffstat (limited to 'app/lib/django_comments/templates')
-rw-r--r-- | app/lib/django_comments/templates/comments/form.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/lib/django_comments/templates/comments/form.html b/app/lib/django_comments/templates/comments/form.html index 939f7e1..aac33bf 100644 --- a/app/lib/django_comments/templates/comments/form.html +++ b/app/lib/django_comments/templates/comments/form.html @@ -19,3 +19,4 @@ <input type="submit" name="preview" class="submit-preview" value="{% trans "Preview" %}"/> </p> </form> +{{form}} |