Rename id variable and mentions to id_
This commit is contained in:
parent
74e5263c88
commit
0edad296fa
4 changed files with 34 additions and 34 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<input type="submit" value="Save">
|
||||
</form>
|
||||
<hr>
|
||||
<form action="{{ url_for('blog.delete', id=post['id']) }}" method="post">
|
||||
<form action="{{ url_for('blog.delete', id_=post['id']) }}" method="post">
|
||||
<input class="danger" type="submit" value="Delete" onclick="return confirm('Are you sure?');">
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue