fnp
/
django-migdal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
77ef9cc
)
remove "load url from future"
0.6.4
author
Jan Szejko
<janek37@gmail.com>
Mon, 3 Apr 2017 11:42:59 +0000
(13:42 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Mon, 3 Apr 2017 11:42:59 +0000
(13:42 +0200)
migdal/templates/migdal/entry/entry_list.html
patch
|
blob
|
history
migdal/templates/migdal/entry/submit.html
patch
|
blob
|
history
migdal/templates/migdal/mail/manager_new_entry.txt
patch
|
blob
|
history
migdal/templates/search/search.html
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/migdal/templates/migdal/entry/entry_list.html
b/migdal/templates/migdal/entry/entry_list.html
index
8657121
..
db57f2b
100644
(file)
--- a/
migdal/templates/migdal/entry/entry_list.html
+++ b/
migdal/templates/migdal/entry/entry_list.html
@@
-1,5
+1,4
@@
{% extends "base.html" %}
{% extends "base.html" %}
-{% load url from future %}
{% load i18n %}
{% load pagination_tags fnp_prevnext %}
{% load migdal_tags %}
{% load i18n %}
{% load pagination_tags fnp_prevnext %}
{% load migdal_tags %}
diff --git
a/migdal/templates/migdal/entry/submit.html
b/migdal/templates/migdal/entry/submit.html
index
be035a7
..
8dff1da
100644
(file)
--- a/
migdal/templates/migdal/entry/submit.html
+++ b/
migdal/templates/migdal/entry/submit.html
@@
-1,5
+1,4
@@
{% extends "base.html" %}
{% extends "base.html" %}
-{% load url from future %}
{% load i18n %}
{% block body %}
{% load i18n %}
{% block body %}
diff --git
a/migdal/templates/migdal/mail/manager_new_entry.txt
b/migdal/templates/migdal/mail/manager_new_entry.txt
index
b468401
..
d9db0a9
100644
(file)
--- a/
migdal/templates/migdal/mail/manager_new_entry.txt
+++ b/
migdal/templates/migdal/mail/manager_new_entry.txt
@@
-1,4
+1,4
@@
-
{% load url from future %}
W serwisie pojawił się nowy wpis.
+W serwisie pojawił się nowy wpis.
http://{{ site.domain }}{% url 'admin:migdal_entry_'|add:object.type|add:'_change' object.pk %}
Autor: {{ object.author|default_if_none:"" }}
http://{{ site.domain }}{% url 'admin:migdal_entry_'|add:object.type|add:'_change' object.pk %}
Autor: {{ object.author|default_if_none:"" }}
diff --git
a/migdal/templates/search/search.html
b/migdal/templates/search/search.html
index
c91c7c3
..
cfb5b52
100644
(file)
--- a/
migdal/templates/search/search.html
+++ b/
migdal/templates/search/search.html
@@
-1,5
+1,4
@@
{% extends "base.html" %}
{% extends "base.html" %}
-{% load url from future %}
{% load i18n %}
{% load migdal_tags %}
{#% load events_tags %#}
{% load i18n %}
{% load migdal_tags %}
{#% load events_tags %#}
diff --git
a/setup.py
b/setup.py
index
834e1cc
..
2d56d19
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-23,7
+23,7
@@
def whole_trees(package_dir, paths):
setup(
name='django-migdal',
setup(
name='django-migdal',
- version='0.6.
3
',
+ version='0.6.
4
',
author='Radek Czajka',
author_email='radoslaw.czajka@nowoczesnapolska.org.pl',
url='',
author='Radek Czajka',
author_email='radoslaw.czajka@nowoczesnapolska.org.pl',
url='',