Commit 9351ff03 authored by Andrew Roberts's avatar Andrew Roberts

whitespace

parent f0760c07
{% extends "layout.html" %} {% extends "layout.html" %}
{% macro display_bool_setting(setting_value) -%} {% macro display_bool_setting(setting_value) -%}
{% if setting_value %}<span class="glyphicon glyphicon-ok"></span>{% else %}<span class="glyphicon glyphicon-remove"></span>{% endif %} {% if setting_value %}<span class="glyphicon glyphicon-ok"></span>{% else %}<span class="glyphicon glyphicon-remove"></span>{% endif %}
{%- endmacro %} {%- endmacro %}
{% block body %} {% block body %}
<div class="container-fluid"> <div class="container-fluid">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment