tapaswenipathak / Open-Source-Programs

A list of open source programs.
https://opensourceinternships.herokuapp.com/
MIT License
3.68k stars 787 forks source link

Bugs in template of django app #130

Closed sujay0399 closed 5 years ago

sujay0399 commented 5 years ago

If no timeline is specified for a event the table cell should be blank, but a link is created which redirects to current page. I guess this problem is because of get_absolute_url method in models.py.