Yaswanth56 commited on
Commit
1c71dff
·
verified ·
1 Parent(s): 37c5a45

Update templates/apply_rewards.html

Browse files
Files changed (1) hide show
  1. templates/apply_rewards.html +2 -4
templates/apply_rewards.html CHANGED
@@ -3,12 +3,11 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Apply Rewards</title>
7
  <link rel="stylesheet" href="/static/styles.css">
8
  </head>
9
  <body>
10
-
11
- <div class="apply-rewards-container">
12
  <h1>Bill Summary</h1>
13
  <p>{{ message }}</p>
14
  <table>
@@ -34,6 +33,5 @@
34
  </tr>
35
  </table>
36
  </div>
37
-
38
  </body>
39
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Bill Summary</title>
7
  <link rel="stylesheet" href="/static/styles.css">
8
  </head>
9
  <body>
10
+ <div class="form-container">
 
11
  <h1>Bill Summary</h1>
12
  <p>{{ message }}</p>
13
  <table>
 
33
  </tr>
34
  </table>
35
  </div>
 
36
  </body>
37
  </html>