We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76bcab6 commit 0479600Copy full SHA for 0479600
1 file changed
ietf/templates/submit/submission_status.html
@@ -233,7 +233,7 @@ <h2>Meta-data from the submission</h2>
233
<tr>
234
<th>Formal languages used</th>
235
<td>
236
- {% for l in submission.formal_languages.all %}{{ l.name }}{% if not forloop.last %}, {% endif %}{% empty %}None{% endfor %}
+ {% for l in submission.formal_languages.all %}{{ l.name }}{% if not forloop.last %}, {% endif %}{% empty %}None recognized{% endfor %}
237
{% if errors.formal_languages %}<p class="text-danger"><b>{{ errors.formal_languages }}</b></p>{% endif %}
238
</td>
239
</tr>
0 commit comments