Editor
This commit is contained in:
1 parent
867770e14e
commit
0ef4daa019
369 files changed
+45861
-209
No files matched your search
+5
-1
@@ -5,7 +5,7 @@
|
||||
<i class="fas fa-user-plus"></i> Register
|
||||
</h1>
|
||||
<% include ./partials/messages %>
|
||||
<form action="/users/register" method="POST">
|
||||
<form action="/users/register" method="POST" enctype="multipart/form-data">
|
||||
<div class="form-group">
|
||||
<label for="name">Name</label>
|
||||
<input
|
||||
@@ -17,6 +17,10 @@
|
||||
value="<%= typeof name != 'undefined' ? name : '' %>"
|
||||
/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for='image'>Upload Profile Picture</label>
|
||||
<input class="form-control-file" type="file" id="image" name="image" value="">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="email">Email</label>
|
||||
<input
|
||||
|
||||
Reference in new issue
Block a user