Commit 3198024e by Bojan Borovcanin

Add new

parent 29a8f5d9
Showing with 2 additions and 2 deletions
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</head> </head>
<body> <body>
<form action="<?php echo base_url();?>activity/addNewActivity" id="form_add_new_activity" method="post"> <form action="<?php echo base_url();?>activity/addNewActivity" id="form_add_new_activity" method="post" enctype="multipart/form-data">
<label >Title of the new activity:</label> <label >Title of the new activity:</label>
<br> <br>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</div> </div>
<br> <br>
<input class="chooseFile" type="File" name="inpImage" id="inpImage" accept="image/*"> <input class="chooseFile" type="file" name="inpImage" id="inpImage" >
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment