diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-02 00:02:21 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-02 00:02:21 +0200 |
commit | 742ccb5f0b995501a3fe304f38942ceff3acf63b (patch) | |
tree | 974aece79200e309ae2cbe38e6b8c15eaea73325 /core/TESTS/test_urls.py | |
parent | 62de8095d866a66bf1e47d36c10ff787d65bbb08 (diff) | |
download | troggle-742ccb5f0b995501a3fe304f38942ceff3acf63b.tar.gz troggle-742ccb5f0b995501a3fe304f38942ceff3acf63b.tar.bz2 troggle-742ccb5f0b995501a3fe304f38942ceff3acf63b.zip |
update tests for page name change
Diffstat (limited to 'core/TESTS/test_urls.py')
-rw-r--r-- | core/TESTS/test_urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/test_urls.py b/core/TESTS/test_urls.py index d796cde..6cee23e 100644 --- a/core/TESTS/test_urls.py +++ b/core/TESTS/test_urls.py @@ -37,7 +37,7 @@ These url lines all come from templates/*.html {% url "dataissues" %} {% url "dwgallfiles" %} {% url "dwgupload" %} -{% url "eastings" %} +{% url "stations" %} {% url "exportlogbook" %} {% url "newcave" %} {% url "notablepersons" %} |