add registrations endpoint and mobile view fix
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<input id="name" name="name" aria-label="Name" class="appearance-none block w-full mt-1 px-3 py-3 border border-gray-300 text-base leading-6 rounded-md placeholder-gray-500 shadow-sm focus:outline-none focus:placeholder-gray-400 focus:shadow-outline-blue focus:border-blue-300 transition duration-150 ease-in-out sm:flex-1" placeholder="Name Surname" />
|
||||
</div>
|
||||
<div class="md:ml-2">
|
||||
<label for="company_website" class="block text-sm font-medium leading-5 text-gray-700">Organization Website</label>
|
||||
<label for="company_website" class="mt-1 lg:mt-0 block text-sm font-medium leading-5 text-gray-700">Organization Website</label>
|
||||
<div class="mt-1 relative rounded-md shadow-sm">
|
||||
<div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
|
||||
<span class="text-gray-500 sm:text-base sm:leading-5">
|
||||
|
Reference in New Issue
Block a user