Skip to content

Commit

Permalink
fix: description
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarsan11 authored Jun 14, 2024
1 parent 82d2af0 commit 7977f73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nftables-frontend/templates/chains/create_base_chain.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
{% block content %}
<div class="container">
<h1>Create chain:</h1>
<h2 class="warning">Keep in mind that base chains can only be added to predefined tables.</h2>
<form id="myForm" action="/create_base_chain" method="POST">
{{ form.csrf_token }}
<div class="form-group">
Expand Down Expand Up @@ -83,4 +82,4 @@ <h2 class="warning">Keep in mind that base chains can only be added to predefine
</div>
<button type="submit" class="btn btn-primary">Create</button>
</div>
{% endblock %}
{% endblock %}

0 comments on commit 7977f73

Please sign in to comment.