v0.10.3 - Fixed darkmode css on app/washing-reservations/create.blade.php. Fixed frontend file upload valdiation. Fixed analytics

This commit is contained in:
frederikpyt
2020-08-18 07:49:00 +02:00
parent c08933ba9b
commit 44ade93240
6 changed files with 26 additions and 29 deletions
@@ -38,7 +38,7 @@
</span>
</label>
<label id="fileuploadee"for="fileuploade">Baggrundsbillede til nyheden (Valgfri):</label>
<input id="fileuploade" type="file" name="resource">
<input id="fileuploade" type="file" name="resource" accept="image/*">
<input type="submit" id="disable" class="btn btn-dark text-white" value="Opret">
</form>