Skip to content

Commit

Permalink
fix(templates): Fix ND RA Prefix Policy display
Browse files Browse the repository at this point in the history
The ND RA Prefix Policy Name is CharField instead of a BooleanField.
  • Loading branch information
pheus committed Jun 4, 2024
1 parent 7e5f645 commit c4c3065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h5 class="card-header">{% trans "IPv6 Settings" %}</h5>
</tr>
<tr>
<th scope="row">{% trans "ND RA Prefix Policy" %}</th>
<td>{% checkmark object.nd_ra_prefix_policy_name %}</td>
<td>{{ object.nd_ra_prefix_policy_name|placeholder }}</td>
</tr>
</table>
</div>
Expand Down

0 comments on commit c4c3065

Please sign in to comment.