Began implementing useraccounts and permissions properly

This commit is contained in:
Stefan Zermatten
2015-05-08 12:59:38 +02:00
parent 7430c2c795
commit 5cb1515235
5 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<template name="notFound">
<div layout vertical center center-justified fit>
<h2>The data for the page you requested could not be found.</h2>
{{#if currentUser}}
<h2>It might not exist, or you might not have permission to view it.</h2>
{{else}}
<h2>Perhaps you need to sign in first:</h2>
{{atForm}}
{{/if}}
</div>
</template>