We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb5461 commit caab554Copy full SHA for caab554
templates/form.html
@@ -13,6 +13,7 @@
13
<script src="{{ url_for('static', filename='js/form.js') }}"></script>
14
</head>
15
<body>
16
+ <Center>
17
<div class="container">
18
<br><br><br><br>
19
<h2> Enter Comment</h2>
@@ -27,5 +28,6 @@ <h2> Enter Comment</h2>
27
28
<div id="successAlert" class="alert alert-success" role="alert" style="display:none;"></div>
29
<div id="errorAlert" class="alert alert-danger" role="alert" style="display:none;"></div>
30
</div>
31
+</Center>
32
</body>
33
</html>
0 commit comments