diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-22 16:18:00 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-22 16:18:00 +0100 |
commit | 263b640641b811ce0dae6b60c509322acf12817c (patch) | |
tree | f53a81e1125c8a8d3ddd40a331ab81340a230ed6 /templates/base.html | |
parent | 84ad39f24a2939a7cb854f509fcc1bb25940191d (diff) | |
download | troggle-263b640641b811ce0dae6b60c509322acf12817c.tar.gz troggle-263b640641b811ce0dae6b60c509322acf12817c.tar.bz2 troggle-263b640641b811ce0dae6b60c509322acf12817c.zip |
[svn] Various bug fixes, using more raw_id fields in admin so it loads faster. I had to put onLoad="contentHeight();" back into the base template. This is a bad solution, I would rather use Martin's, but it wasn't working.
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 23e90ae..7f5a278 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,7 @@ {% block head %}{% endblock %}
</head>
-<body>
+<body onLoad="contentHeight();">
<div id="header">
<h1>CUCC Expeditions to Austria: 1976 - 2009</h1>
|