summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/html-mode/django_url
diff options
context:
space:
mode:
authorSimeon Simeonov2023-11-11 18:14:42 +0100
committerSimeon Simeonov2023-11-11 18:14:42 +0100
commit4acb993ddff3a5e75475b5fe4c9dd2144fa853cd (patch)
treed94acddcbaa7ec2addab1e8dc1c4533ae8f2a390 /.emacs.d/snippets/html-mode/django_url
parentf6ecb707b36d71b6a24e224b3635223f7a5b8b33 (diff)
Update Django snippets for html-mode
Diffstat (limited to '.emacs.d/snippets/html-mode/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 525385f..8420ee7 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: url 3#key: url
4# -- 4# --
5{%url $0 %} \ No newline at end of file 5{% url $0 %} \ No newline at end of file