2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00: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
but _also_, and peculiarly, in the troggle/admin.py files (which are dead links)
e.g.
i.e.
class TroggleModelAdmin(admin.ModelAdmin):
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.
The jquery links have been REMOVED from the templates as they were not used anywhere.
templates/editentrance.html:
{% extends "cavebase.html" %}