Fixes #1358: Correct VRF example values in IP/prefix import forms

This commit is contained in:
Jeremy Stretch
2017-07-18 10:39:09 -04:00
parent 67908aac63
commit b9e4652ce5
2 changed files with 12 additions and 8 deletions

View File

@@ -44,7 +44,7 @@
<td>
{{ field.help_text|default:field.label }}
{% if field.choices %}
<br /><small class="text-muted">Choices: {{ field.choices|example_choices }}</small>
<br /><small class="text-muted">Choices: {{ field|example_choices }}</small>
{% elif field|widget_type == 'dateinput' %}
<br /><small class="text-muted">Format: YYYY-MM-DD</small>
{% elif field|widget_type == 'checkboxinput' %}