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

Allow users to select between http and https for URL nominations. #67

Closed somexpert closed 7 years ago

somexpert commented 8 years ago

We should have a dropdown or something when adding URLs that lets the user switch between http and https.

ldko commented 8 years ago

Or we could just take out the default 'http://' that is in the form.

somexpert commented 8 years ago

Ah, right, that makes sense since we have a function that ensures the 'http://' is there already and adds it if it isn't.