diff options
author | Corentin Chary <corentin.chary@gmail.com> | 2012-07-20 09:04:15 +0200 |
---|---|---|
committer | Corentin Chary <corentin.chary@gmail.com> | 2012-07-20 09:04:15 +0200 |
commit | 8743e9d1e16a281b16b709d3877878cb48148567 (patch) | |
tree | 682b93e4af55565a15e3576b7bc12403528784ac /euscanwww/djeuscan/templates/euscan/_maintainers_table.html | |
parent | euscanwww: add missing file (diff) | |
download | euscan-8743e9d1e16a281b16b709d3877878cb48148567.tar.gz euscan-8743e9d1e16a281b16b709d3877878cb48148567.tar.bz2 euscan-8743e9d1e16a281b16b709d3877878cb48148567.zip |
euscan: move version type helpers to euscan.version
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Diffstat (limited to 'euscanwww/djeuscan/templates/euscan/_maintainers_table.html')
-rw-r--r-- | euscanwww/djeuscan/templates/euscan/_maintainers_table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/euscanwww/djeuscan/templates/euscan/_maintainers_table.html b/euscanwww/djeuscan/templates/euscan/_maintainers_table.html index ffbd536..ebd1748 100644 --- a/euscanwww/djeuscan/templates/euscan/_maintainers_table.html +++ b/euscanwww/djeuscan/templates/euscan/_maintainers_table.html @@ -1,5 +1,5 @@ {% load url from future %} -{% load euscan_tags %} +{% load djeuscan_helpers %} <table id="table" class="display"> <thead> |