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_if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/snippets/html-mode/django_if') diff --git a/.emacs.d/snippets/html-mode/django_if b/.emacs.d/snippets/html-mode/django_if index 6ad562d..1f49600 100644 --- a/.emacs.d/snippets/html-mode/django_if +++ b/.emacs.d/snippets/html-mode/django_if @@ -2,4 +2,4 @@ #name: django-if #key: if # -- -{%if ${1:condition} %}$0{%endif%} \ No newline at end of file +{% if ${1:condition} %}$0{% endif %} \ No newline at end of file -- cgit v1.3