diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-08 02:12:37 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-08 02:12:37 +0200 |
commit | 2215464cfa0ce1fd3f530a43eb3ef30cd7393d29 (patch) | |
tree | b33249e1a0da6dc0c485bae600b0280b80aea308 /media | |
parent | b5cc66a5765a627bc4033dfb658cfca211b2b71e (diff) | |
download | troggle-2215464cfa0ce1fd3f530a43eb3ef30cd7393d29.tar.gz troggle-2215464cfa0ce1fd3f530a43eb3ef30cd7393d29.tar.bz2 troggle-2215464cfa0ce1fd3f530a43eb3ef30cd7393d29.zip |
fix error on first creating new ent
Diffstat (limited to 'media')
-rw-r--r-- | media/jslib/readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/jslib/readme.txt b/media/jslib/readme.txt index 68acd3b..cc5f361 100644 --- a/media/jslib/readme.txt +++ b/media/jslib/readme.txt @@ -20,6 +20,7 @@ class TroggleModelAdmin(admin.ModelAdmin): NB any *Admin class is used in the Django control panel only.
The jquery links have been REMOVED from the templates as they were not used anywhere.
+
templates/editentrance.html:
{% extends "cavebase.html" %}
|