Merge pull request #15371 from Tithugues/fix/twigs
Fix closing tags in twigs
This commit is contained in:
commit
60e7f44d30
@ -177,8 +177,6 @@
|
||||
</form>
|
||||
</td>
|
||||
{% endif %}
|
||||
</form>
|
||||
</td>
|
||||
<td class="navigation_separator"></td>
|
||||
<td>
|
||||
<span>{% trans 'Filter rows' %}:</span>
|
||||
|
||||
@ -90,7 +90,8 @@
|
||||
<th colspan="6">
|
||||
<a class="formelement clearfloat add_foreign_key" href="">
|
||||
{% trans '+ Add constraint' %}
|
||||
</td>
|
||||
</a>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@ -81,5 +81,6 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<input type="hidden" id="queryID" name="sql_query">
|
||||
<input type="hidden" id="queryID" name="sql_query">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user