comparison sat_templates/templates/default/app/app.html @ 170:6c251da9a4f3

style improvment
author Goffi <goffi@goffi.org>
date Sat, 19 Jan 2019 11:49:18 +0100
parents 178f55b825b7
children
comparison
equal deleted inserted replaced
169:4b5ad18f6ece 170:6c251da9a4f3
1 {% extends 'base/base.html' %} 1 {% extends 'base/base.html' %}
2 {% block body %} 2 {% block body %}
3 <article class="box"> 3 <article class="box box--large">
4 <p> 4 <p>
5 {% trans app_name=C.APP_NAME %} 5 {% trans app_name=C.APP_NAME %}
6 The following link allows you to access {{app_name}} web application, which is a more feature rich way to use this software (but it is also a bit more heavy and complex to use). 6 The following link allows you to access {{app_name}} web application, which is a more feature rich way to use this software (but it is also a bit more heavy and complex to use).
7 {% endtrans %} 7 {% endtrans %}
8 </p> 8 </p>