TOMToolkit / tom_base

The base Django project for a Target and Observation Manager
https://tom-toolkit.readthedocs.io
GNU General Public License v3.0
26 stars 46 forks source link

add note to merge table #1024

Closed jchate6 closed 3 months ago

jchate6 commented 3 months ago

This will add an alias and Target list row to the merge table and a box describing the expected results of the merge. We also update the tom_base settings.py to handle the htmx changes.

Should note: The Alias and Target list displays are not the cleanest. I was a little lazy in the concatenation, so comas will appear in odd places if Target1 or Target2 is blank. I can fix this, it would just take a bit of fiddling to get all the nested if statements working.