79633839

Date: 2025-05-22 13:20:09
Score: 1.5
Natty:
Report link

Naturally, I found the answer to this shortly after posting on StackOverflow. Turned out to be a syntax error in how I was formatting my templates. Here's what ended up working:

{% for entry in bills %}
<tr><td>
<form action="{% url 'select_software' bill_num=entry.Row page=1"><button type="submit">Select</button></form></td> [...]</tr>
{% endfor %}
Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jeff D.