diff options
author | luxagraf <sng@luxagraf.net> | 2022-09-05 10:44:43 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-09-05 10:44:43 -0500 |
commit | f547a33e18f3c3b6de199d72e2c6fcfbb94de11b (patch) | |
tree | 125a0dc0c3c6a76b03b6105fd4408dc8d2a6440f /app/lib/django_comments/templates | |
parent | 7df9d1fcf70d55165cb89536980d153ed59932ab (diff) |
essays: cleaned up templates, fixed some stray bugs
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}} |