small ui changes
This commit is contained in:
parent
696648d325
commit
549c11b906
@ -6,11 +6,12 @@
|
|||||||
|
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<h4>Your IP is:</h4>
|
||||||
{% if request.session.ipv4 %}
|
{% if request.session.ipv4 %}
|
||||||
<h1>{{request.session.ipv4}}</h1>
|
<h1>{{request.session.ipv4}}</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if request.session.ipv6 %}
|
{% if request.session.ipv6 %}
|
||||||
<h1>{{request.session.ipv6}}</h1>
|
<h2>{{request.session.ipv6}}</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p>Free and Open Source Dynamic DNS service for you. Developed in under 48h for the <a href="http://djangodash.com/">Django-Dash 2013</a>.</p>
|
<p>Free and Open Source Dynamic DNS service for you. Developed in under 48h for the <a href="http://djangodash.com/">Django-Dash 2013</a>.</p>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user