Localization & stuff
This commit is contained in:
@@ -8,10 +8,13 @@
|
||||
<script src="/js/bootstrap.bundle.min.js" nonce="{{ site.csp.nonce }}"></script>
|
||||
<link rel="stylesheet" href="/css/fontawesome.min.css" nonce="{{ site.csp.nonce }}">
|
||||
<link rel="stylesheet" href="/css/account.css" nonce="{{ site.csp.nonce }}">
|
||||
<title>Account - {{ view_title }}</title>
|
||||
<title>Account - {{ L(view_title) }}</title>
|
||||
{% if site.recaptcha.enabled %}
|
||||
<script src="https://www.google.com/recaptcha/api.js?render={{ site.recaptcha.key }}" nonce="{{ site.csp.nonce }}"></script>
|
||||
{% endif %}
|
||||
<script nonce="{{ site.csp.nonce }}">
|
||||
window.languageEntries = {{ site.language.entries|json_encode()|raw }};
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
@@ -20,8 +23,8 @@
|
||||
<div class="col-md-3 py-5 bg-primary text-white text-center" style='border-top-left-radius:.4em;border-bottom-left-radius:.4em;margin-left: auto'>
|
||||
<div class="card-body">
|
||||
<i class="fas fa-{{ view_icon }} fa-3x"></i>
|
||||
<h2 class="py-3">{{ view_title }}</h2>
|
||||
<p>{{ view_description }}</p>
|
||||
<h2 class="py-3">{{ L(view_title) }}</h2>
|
||||
<p>{{ L(view_description) }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-5 pt-5 pb-2 border border-info" style='border-top-right-radius:.4em;border-bottom-right-radius:.4em;margin-right:auto'>
|
||||
|
||||
Reference in New Issue
Block a user