v1.5.20c Made pdf layout, added maxlength

This commit is contained in:
2021-05-05 15:27:51 +02:00
parent 87006ae54f
commit d636beaba5
20 changed files with 99 additions and 80 deletions
@@ -15,7 +15,7 @@
@csrf
<label for="name">Lokationsnavn:</label>
<label hidden id="error" for="errormesseages">Lokation findes allerede</label>
<input type="text" name="name" id="name" placeholder="Bygning A" required>
<input type="text" name="name" id="name" placeholder="Bygning A" maxlength="255" required>
<input type="submit" id="disable" class="btn btn-dark text-white" value="Opret">
</form>
@endsection