Cost units can be edited
This commit is contained in:
@@ -98,7 +98,7 @@ const csrfToken = document.querySelector('meta[name="csrf-token"]').getAttribute
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<AppLayout title='Registrieren' :user="props.user" :navbar="props.navbar" :tenant="props.tenant" :currentPath="props.currentPath">
|
||||
<AppLayout title='Registrieren'>
|
||||
<form method="POST" action="/register" @submit.prevent="submit">
|
||||
<input type="hidden" name="_token" :value="csrfToken" />
|
||||
<shadowed-box style="width: 75%; margin: 150px auto; padding: 20px;">
|
||||
|
||||
Reference in New Issue
Block a user