unt-libraries / django-nomination

A Django application for nominating URLs by project.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Always send form_types to /url/. #104

Closed somexpert closed 3 years ago

somexpert commented 3 years ago

The form_types, which the /url/ template uses to instantiate the slim-select inputs, wasn't being populated when the URL was new for the project, resulting in plain inputs when they should have been slim-selects. This fixes that issue.

somexpert commented 3 years ago

ping @ldko, @madhulika95b, this is ready for review. This change is up in dev right now