mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 11:49:50 +00:00
test revers() function
This commit is contained in:
41
url-reverse.txt
Normal file
41
url-reverse.txt
Normal file
@@ -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 %}
|
||||
Reference in New Issue
Block a user