fix: use organisation name from answer set if set

Resolves #90
This commit is contained in:
James Graham
2021-03-05 12:21:39 +00:00
parent 8d68e1b0c3
commit 12bc9f886f
3 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
</ol>
</nav>
<h1>{{ organisation.name }}</h1>
<h1>{{ organisation }}</h1>
<hr>

View File

@@ -24,7 +24,7 @@
</ol>
</nav>
<h1>{{ organisation.name }}</h1>
<h1>{{ organisation }}</h1>
<hr>