diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-31 16:36:00 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-31 16:36:00 +0100 |
commit | 236f40d1e096a7256ce23295ea87b63ecca64fde (patch) | |
tree | e54e1a1afb7aae5c6544b53407e737bdff8bfba9 /ishtar_common | |
parent | 933a9530638104eb6010cb167e8ba85731b8c9ca (diff) | |
download | Ishtar-236f40d1e096a7256ce23295ea87b63ecca64fde.tar.bz2 Ishtar-236f40d1e096a7256ce23295ea87b63ecca64fde.zip |
Fix templatetags call
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_source.html b/ishtar_common/templates/ishtar/sheet_source.html index 9b60288c1..f70ac77c2 100644 --- a/ishtar_common/templates/ishtar/sheet_source.html +++ b/ishtar_common/templates/ishtar/sheet_source.html @@ -1,5 +1,5 @@ {% extends "ishtar/sheet.html" %} -{% load i18n window_field window_link %} +{% load i18n window_field link_to_window %} {% block toolbar %}{% include "ishtar/sheet_toolbar.html" %}{% endblock %} {% block content %} {% block general %} |