From 4acb993ddff3a5e75475b5fe4c9dd2144fa853cd Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sat, 11 Nov 2023 18:14:42 +0100 Subject: Update Django snippets for html-mode --- .emacs.d/snippets/html-mode/django_for | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/snippets/html-mode/django_for') diff --git a/.emacs.d/snippets/html-mode/django_for b/.emacs.d/snippets/html-mode/django_for index 41ad68f..fe6af64 100644 --- a/.emacs.d/snippets/html-mode/django_for +++ b/.emacs.d/snippets/html-mode/django_for @@ -2,6 +2,6 @@ #name: django-for #key: for # -- -{%for ${1:condition} %} +{% for ${1:condition} %} $0 -{%endfor%} \ No newline at end of file +{% endfor %} \ No newline at end of file -- cgit v1.3