diff options
Diffstat (limited to 'url-reverse.txt')
-rw-r--r-- | url-reverse.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/url-reverse.txt b/url-reverse.txt new file mode 100644 index 0000000..18e595c --- /dev/null +++ b/url-reverse.txt @@ -0,0 +1,41 @@ +Create TESTs for all these reverse-match href values. +Philip +2023-03-12 + +1. No parameters + +{% url "walletedit" %} +{% url "allscans" %} +{% url "caveindex" %} +{% url "controlpanel" %} +{% url "dataissues" %} +{% url "dwgallfiles" %} +{% url "dwgupload" %} +{% url "eastings" %} +{% url "exportlogbook" %} +{% url "newcave" %} +{% url "notablepersons" %} +{% url "photoupload" %} +{% url "stats" %} +{% url "survexcaveslist" %} + +2. With parameter + +{% url "caveQMs" "1623-290" %} +{% url "cavewallets" cave_id %} +{% url "dwgfilesingle" drawing.dwgpath %} +{% url "edit_cave" cave.url_parent cave.slug %} +{% url "editentrance" cave.slug ent.entrance.slug %} +{% url "editexpopage" path %} +{% url "err" title %} +{% url "expedition" 2022 %} +{% url "newentrance" cave.slug %} +{% url "survexcavessingle" cavedir %} +{% url "survexcavessingle" cavefiles.0.1 %} +{% url "svx" cavepath %} +{% url "svx" survexfile.path %} +{% url "svxlog" title %} +{% url "threed" title %} +{% url 'caveQMs' '1623-161' %} +{% url 'image_selector' path %} +{% url 'new_image_form' path %} |