summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/html-mode/django_for
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/html-mode/django_for')
-rw-r--r--.emacs.d/snippets/html-mode/django_for4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/snippets/html-mode/django_for b/.emacs.d/snippets/html-mode/django_for
index 41ad68f..fe6af64 100644
--- a/.emacs.d/snippets/html-mode/django_for
+++ b/.emacs.d/snippets/html-mode/django_for
@@ -2,6 +2,6 @@
2#name: django-for 2#name: django-for
3#key: for 3#key: for
4# -- 4# --
5{%for ${1:condition} %} 5{% for ${1:condition} %}
6$0 6$0
7{%endfor%} \ No newline at end of file 7{% endfor %} \ No newline at end of file