fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Dodanie automatycznego rozszerzania siÄ™ textarea (jquery.elastic.js) i rusztowania...
[redakcja.git]
/
platforma
/
templates
/
base.html
diff --git
a/platforma/templates/base.html
b/platforma/templates/base.html
index
4819b7c
..
750cf7b
100755
(executable)
--- a/
platforma/templates/base.html
+++ b/
platforma/templates/base.html
@@
-4,7
+4,8
@@
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{% block title %}Platforma Redakcyjna{% block subtitle %}{% endblock subtitle %}{% endblock title%}</title>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{% block title %}Platforma Redakcyjna{% block subtitle %}{% endblock subtitle %}{% endblock title%}</title>
- <script src="{{ STATIC_URL }}js/lib/jquery.js" type="text/javascript" charset="utf-8"></script>
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+ {# <script src="{{ STATIC_URL }}js/lib/jquery.js" type="text/javascript" charset="utf-8"></script> #}
{% block extrahead %}
{% endblock %}
</head>
{% block extrahead %}
{% endblock %}
</head>