From ab7c61a96031ec34eef194e3c5f0cbbf513e26ed Mon Sep 17 00:00:00 2001 From: Tarje Lavik <tarje.lavik@gmail.com> Date: Tue, 4 Dec 2018 15:41:39 +0000 Subject: [PATCH] html.template edited online with Bitbucket --- components/types/bibo__Document/html.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/types/bibo__Document/html.template b/components/types/bibo__Document/html.template index d7083ad2..d8f603e5 100755 --- a/components/types/bibo__Document/html.template +++ b/components/types/bibo__Document/html.template @@ -421,7 +421,7 @@ {% if models.collections|length != 0 %} <div class="panel panel-default"> <div class="panel-heading"> - <h3 class="panel-title"><i class="fa fa-archive"></i> Samling</h3> + <h3 class="panel-title"><i class="fa fa-archive"></i> Er en del av</h3> </div> <div class="panel-body"> {% for row in models.collections %} -- GitLab