addGameJam fix
This commit is contained in:
@@ -77,19 +77,16 @@
|
||||
|
||||
<div>
|
||||
<form id="createGameJam" method="POST">
|
||||
<!-- <label for="nameOfGameJam">Indtast navn på Game Jam:</label>
|
||||
<input type="text" name="newGameJam" id="nameOfGameJam"> -->
|
||||
|
||||
<div class="FormField">
|
||||
<input
|
||||
type="text"
|
||||
class="FormFieldInput"
|
||||
placeholder="Gamejam title"
|
||||
name="newGameJam"
|
||||
id="GamejamTitle"
|
||||
id="gamejamTitle"
|
||||
required
|
||||
/>
|
||||
<label for="GamejamTitle" class="FormFieldLabel">
|
||||
<label for="gamejamTitle" class="FormFieldLabel">
|
||||
Gamejam title
|
||||
</label>
|
||||
</div>
|
||||
@@ -122,9 +119,6 @@
|
||||
</div>
|
||||
|
||||
<div class="Times">
|
||||
<label for="startTime" class="FormFieldLabel" id="startTimeLabel">
|
||||
Start
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
class="FormFieldInput"
|
||||
@@ -133,6 +127,9 @@
|
||||
id="startTime"
|
||||
required
|
||||
/>
|
||||
<label for="startTime" class="FormFieldLabel" id="startTimeLabel">
|
||||
Start tid
|
||||
</label>
|
||||
|
||||
<input
|
||||
type="text"
|
||||
@@ -142,6 +139,9 @@
|
||||
id="endTime"
|
||||
required
|
||||
/>
|
||||
<label for="endTime" class="FormFieldLabel" id="endTimeLabel">
|
||||
Slut tid
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -171,12 +171,6 @@
|
||||
Beskrivelse
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<!-- <div class="form-floating">
|
||||
<textarea class="form-control" name="description" id="description" placeholder="Leave a comment here" id="floatingTextarea2" style="height: 100px"></textarea>
|
||||
<label for="floatingTextarea2">Beskrivelse</label>
|
||||
</div> -->
|
||||
|
||||
<input type="submit" name="newGameJam" id="indsend" value="Indsend" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user