uchicago-capp-30320 / new-arrivals-chi

GNU Affero General Public License v3.0
9 stars 0 forks source link

(feat) functionality to add basic org info to db #167

Closed klinkoberstar closed 5 months ago

klinkoberstar commented 5 months ago

This PR adds basic organization info to the database and implements tests for this functionality. This PR will close #115

Describe your changes

Other changes not directly related to this issue:

 final_template_rendered = len(capture_templates) - 1
        assert (
            capture_templates[final_template_rendered][0].name == "signup.html"
        ), "Wrong template used"

Checklist before requesting a review