# HG changeset patch # User Goffi # Date 1558979330 -7200 # Node ID b7045cd85da9f32630ca4a3d7db6a2a9014f581c # Parent 09d66acc7c737e9936de26c09d38aaa4e364fe67 template (presentation/presentation): removed forgetten icon def "file-code" which is not used diff -r 09d66acc7c73 -r b7045cd85da9 templates/default/presentation/presentation.html --- a/templates/default/presentation/presentation.html Sun May 26 22:26:30 2019 +0200 +++ b/templates/default/presentation/presentation.html Mon May 27 19:48:50 2019 +0200 @@ -1,7 +1,7 @@ {% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% block body %} -{{ icon_defs('chat', 'lock-filled', 'blog', 'exchange', 'picture', 'calendar', 'clipboard', 'desktop', 'mobile', 'globe', 'terminal', 'shield', 'ok', 'brush', 'unlink', 'heart-filled', 'group', 'file-code') }} +{{ icon_defs('chat', 'lock-filled', 'blog', 'exchange', 'picture', 'calendar', 'clipboard', 'desktop', 'mobile', 'globe', 'terminal', 'shield', 'ok', 'brush', 'unlink', 'heart-filled', 'group') }}