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