From 66fdff9f403212a8c2cc2eaa493b24a797141827 Mon Sep 17 00:00:00 2001 From: Fabian Weisshaar Date: Tue, 13 Nov 2018 15:33:37 +0100 Subject: [PATCH] Migrate to font-awesome v5, fix #368 --- nsupdate/login/templates/login.html | 2 +- nsupdate/main/templates/main/home.html | 4 ++-- .../includes/tabbed_router_configuration.html | 16 ++++++++-------- nsupdate/templates/base.html | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/nsupdate/login/templates/login.html b/nsupdate/login/templates/login.html index ebe9cf8..b196a5b 100644 --- a/nsupdate/login/templates/login.html +++ b/nsupdate/login/templates/login.html @@ -36,7 +36,7 @@ {% for backend in backends.backends %}
- {{ backend }} + {{ backend }}
{% endfor %} diff --git a/nsupdate/main/templates/main/home.html b/nsupdate/main/templates/main/home.html index 408da6c..8521de0 100644 --- a/nsupdate/main/templates/main/home.html +++ b/nsupdate/main/templates/main/home.html @@ -21,7 +21,7 @@

{{ WWW_HOST }} — {% trans "the Dynamic DNS service you waited for." %}

-

+

{% trans "Free and Nice" %}

{{ WWW_HOST }} {% trans "is a free service." %}
@@ -39,7 +39,7 @@

-

+

{% trans "Awesome Code" %}

{% blocktrans trimmed %} diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html index 59efb2d..d6eb88b 100644 --- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html +++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html @@ -98,9 +98,9 @@

  • {% trans "The response status and content will be:" %}
      -
    • Status 200 and "good <your ip>" {% trans "new IP accepted" %}
    • -
    • Status 200 and "nochg <your ip>" {% trans "IP accepted, but did not change since last update" %}
    • -
    • Status 401: Authorization Required {% trans "Incorrect authentication or no http basic auth header received" %}
    • +
    • Status 200 and "good <your ip>" {% trans "new IP accepted" %}
    • +
    • Status 200 and "nochg <your ip>" {% trans "IP accepted, but did not change since last update" %}
    • +
    • Status 401: Authorization Required {% trans "Incorrect authentication or no http basic auth header received" %}
  • @@ -110,8 +110,8 @@
    {% trans "Go to:" %}
    - Internet - Permit Access + Internet + Permit Access Dynamic DNS
    {% trans "Enter the following data:" %}
    @@ -138,7 +138,7 @@

    DD-WRT ({% trans "verified with" %} v24-sp2)

    {% trans "Go to:" %}
    - Setup + Setup DDNS
    {% trans "Enter the following data:" %}
    @@ -235,7 +235,7 @@ detector = webcheck6

    Homepage: http://ipfire.org

    {% trans "Go to:" %}
    - Services + Services Dynamic DNS
    {% trans "Enter the following data (and click ADD afterwards):" %}
    @@ -253,7 +253,7 @@ detector = webcheck6

    Homepage: http://m0n0.ch/wall

    {% trans "Go to:" %}
    - Services Dynamic DNS + Services Dynamic DNS
    {% trans "Enter the following data:" %}
    diff --git a/nsupdate/templates/base.html b/nsupdate/templates/base.html index 8b1a84a..2a77e09 100644 --- a/nsupdate/templates/base.html +++ b/nsupdate/templates/base.html @@ -11,7 +11,7 @@ {% block title %}{{ WWW_HOST }}{% endblock %} - +