summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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