diff options
author | Martin Green <martin.speleo@gmail.com> | 2022-06-24 21:58:21 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2022-06-24 21:58:21 +0100 |
commit | 48f82aaaca29d7116a3225c04ae088936bb7598d (patch) | |
tree | 20300a08288963f6150987ac89312d364958aefd | |
parent | 5ac2e24cc2c5ab5f2aeb51f9e786fd3036205b20 (diff) | |
parent | d6db94262601624c2daa6eee1f0d212f39dc68e6 (diff) | |
download | troggle-48f82aaaca29d7116a3225c04ae088936bb7598d.tar.gz troggle-48f82aaaca29d7116a3225c04ae088936bb7598d.tar.bz2 troggle-48f82aaaca29d7116a3225c04ae088936bb7598d.zip |
Merge branch 'python3-new' of ssh://expo.survex.com/home/expo/troggle into python3-new
-rw-r--r-- | templates/dataissues.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/dataissues.html b/templates/dataissues.html index 5bd53c0..2127a0e 100644 --- a/templates/dataissues.html +++ b/templates/dataissues.html @@ -6,7 +6,11 @@ <h1>Loading data from files: Issues arising that need attention</h1> <p> -This is work in progress (March 2022).The URL links to the offending objects are enabled on only some types of fault as yet. +This is work in progress (June 2022).The URL links to the offending objects are enabled on only some types of fault as yet. +<p> +See the +<a href="/handbook/computing/todo-data.html">Data Management To Do list</a> as well as these import/parsing issues. + <style> tr { text-align:center; font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana, Arial, Helvetica, Sans-Serif; |