mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-27 05:41:15 +00:00
Translation for Wireguard status page and reload/restart/export messages
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% load i18n %}
|
||||
{% block content %}
|
||||
|
||||
<div class='row'>
|
||||
<div class='col-lg-6'>
|
||||
<div class="card card-primary card-outline">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title">Access Denied</h3>
|
||||
<h3 class="card-title">{% trans 'Access Denied' %}</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<p>Sorry, you do not have permission to access this page. <br>Please contact your system administrator if you believe this is an error.</p>
|
||||
<p>{% trans 'Sorry, you do not have permission to access this page.' %}<br>{% trans 'Please contact your system administrator if you believe this is an error.' %}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user