[terms] show unpublished to anyone knowing the link, but still not in flags

This commit is contained in:
Andrea Vos 2021-08-12 19:05:53 +02:00
parent 0a19b00e61
commit 774b2c7132

View File

@ -1,5 +1,5 @@
<template> <template>
<div v-if="config.nouns.terms.published || $isGranted('terms')"> <div>
<NounsNav/> <NounsNav/>
<h2> <h2>
@ -14,7 +14,6 @@
<TermsDictionary load ref="termsdictionary"/> <TermsDictionary load ref="termsdictionary"/>
</div> </div>
<NotFound v-else/>
</template> </template>
<script> <script>