From 9119a5a78090d59da4c861c1e6cc1d3939ae9b01 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 7 Mar 2018 17:01:49 +0100 Subject: Fix django_url --- .emacs.d/snippets/html-mode/django_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/snippets/html-mode/django_url b/.emacs.d/snippets/html-mode/django_url index 9f2a0b3..846b8fb 100644 --- a/.emacs.d/snippets/html-mode/django_url +++ b/.emacs.d/snippets/html-mode/django_url @@ -2,4 +2,4 @@ #name: django-url #key: dj_u # -- -{%url "$0" %} \ No newline at end of file +{%url $0 %} \ No newline at end of file -- cgit v1.3