v0.8.5 - Fixed lang and css

This commit is contained in:
frederikpyt
2020-08-12 13:09:47 +02:00
parent d016ea6c4c
commit 4a8b22d6dd
7 changed files with 25 additions and 4 deletions
@@ -22,8 +22,8 @@
@endif
<span>{{__('msg.profilbillede')}}:</span>
<input type="file" name="resource" class="custom-file-input" id="chooseFile">
<button type="submit" class="btn text-center btn-sde-blue mt-1">{{__('msg.rediger')}}</button>
<input type="file" name="resource">
<button type="submit" class="btn text-center btn-sde-blue mt-1">{{__('msg.ændrer')}}</button>
<a href="{{ route('users.account') }}" class="btn text-center btn-sde-blue mt-1">{{__('msg.tilbage')}}</a>
</form>
</main>