diff options
Diffstat (limited to '.emacs.d/snippets/html-mode/django_translate')
| -rw-r--r-- | .emacs.d/snippets/html-mode/django_translate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/html-mode/django_translate b/.emacs.d/snippets/html-mode/django_translate index 22dbc0c..6e67608 100644 --- a/.emacs.d/snippets/html-mode/django_translate +++ b/.emacs.d/snippets/html-mode/django_translate | |||
| @@ -2,4 +2,4 @@ | |||
| 2 | #name: django-translate | 2 | #name: django-translate |
| 3 | #key: tr | 3 | #key: tr |
| 4 | # -- | 4 | # -- |
| 5 | {%trans "$0" %} \ No newline at end of file | 5 | {% trans "$0" %} \ No newline at end of file |
