I'm getting a NoReverseMatch error in my home page
问题 I'm getting a NoReverseMatch error in my home page. It is from the html that I injected from my announcement app. It says that the reverse of the link is cannot be found. When I removed that line It shows the card but the text with template tag. _announcement_home.html : <div class="container"> <div class="card announcement-card" style="width: 18rem;"> <h5 class="card-header">Announcement</h5> <div class="card-body"> <h5 class="card-title">{{announcement.title}}</h5> <p class="card-text">{