basxsoftwareassociation / bread

Engine to create database applications based on Django and the IBM Carbon Design System
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

did: remove "Action" and replace with html-links (a href aka Links) #69

Closed saemideluxe closed 3 years ago

wipascal commented 3 years ago

In links.py there is a small bug. it should be List[str] instead of list[str]

wipascal commented 3 years ago

very nice, I like it!!

saemideluxe commented 3 years ago

In links.py there is a small bug. it should be List[str] instead of list[str]

Ups, thought I replaced all of them. Thanks.