summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2018-03-07 17:01:49 +0100
committerSimeon Simeonov2018-03-07 17:01:49 +0100
commit9119a5a78090d59da4c861c1e6cc1d3939ae9b01 (patch)
treea5a8642984240948f5c711f0569ca1545e135c5b
parentde9d904f4a4a7b3df8d536bc3dc964c1b2c61786 (diff)
Fix django_url
-rw-r--r--.emacs.d/snippets/html-mode/django_url2
1 files changed, 1 insertions, 1 deletions
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 @@
2#name: django-url 2#name: django-url
3#key: dj_u 3#key: dj_u
4# -- 4# --
5{%url "$0" %} \ No newline at end of file 5{%url $0 %} \ No newline at end of file