2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-04-03 09:21:48 +01:00

jslib docum

This commit is contained in:
Philip Sargent 2021-10-31 17:59:11 +02:00
parent f13a98e53b
commit 36f92c5c9c

View File

@ -6,7 +6,7 @@ JSLIB_URL /javascript/
links to JS files are in the ../templates/*.html files links to JS files are in the ../templates/*.html files
but _also_, and peculiarly, in the troggle/admin.py files (which are dead links) but _also_, and peculiarly, in the troggle/admin.py files (which are dead links)
e.g. i.e.
class TroggleModelAdmin(admin.ModelAdmin): class TroggleModelAdmin(admin.ModelAdmin):
def save_model(self, request, obj, form, change): def save_model(self, request, obj, form, change):
@ -19,6 +19,7 @@ class TroggleModelAdmin(admin.ModelAdmin):
NB any *Admin class is used in the Django control panel only. 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: templates/editentrance.html:
{% extends "cavebase.html" %} {% extends "cavebase.html" %}