File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
< div id ="itemModal " class ="modal modal-fixed-footer ">
2
- < div class =" modal-content " >
3
- < div class ="row no-margin-bottom ">
4
- < form id =" invoice-item-form " method =" POST " class ="col s12 ">
2
+ < form id =" invoice-item-form " method =" POST " >
3
+ < div class ="modal-content ">
4
+ < div class ="row no-margin-bottom ">
5
5
{% csrf_token %}
6
6
< h4 id ="editStatus "> Add Item</ h4 >
7
7
< div class ="divider " style ="margin-bottom: 15px "> </ div >
@@ -24,11 +24,11 @@ <h4 id="editStatus">Add Item</h4>
24
24
< label for ="cost " id ="costInputLabel "> Cost</ label >
25
25
</ div >
26
26
27
- </ form >
27
+ </ div >
28
28
</ div >
29
- </ div >
30
- < div class ="modal-footer " >
31
- < button type =" submit " name =" action " class ="waves-effect waves-green btn-flat "> Save </ button >
32
- < a class =" modal-action modal-close waves-effect waves-red btn-flat " > Close </ a >
33
- </ div >
29
+ < div class =" modal-footer " >
30
+ < button type =" submit " name =" action " class ="waves-effect waves-green btn-flat " > Save </ button >
31
+ < a class ="modal-action modal-close waves-effect waves-red btn-flat "> Close </ a >
32
+ </ div >
33
+ </ form >
34
34
</ div >
You can’t perform that action at this time.
0 commit comments