X-Git-Url: https://code.kerkeslager.com/?p=bigly;a=blobdiff_plain;f=src%2Fbigly%2Ftemplates%2Fbigly%2Flink_info.html;h=4eb7d1f26a7712386d4fc449b1287ec78e7879cf;hp=bdd5265ffacde5c4631b712cb98fd814fc9fb330;hb=59c710f97ad48c2b57ac8711ee30cbe7438810e8;hpb=9a3403f78fb8021297a0b351d458f9004a9b2b3e diff --git a/src/bigly/templates/bigly/link_info.html b/src/bigly/templates/bigly/link_info.html index bdd5265..4eb7d1f 100644 --- a/src/bigly/templates/bigly/link_info.html +++ b/src/bigly/templates/bigly/link_info.html @@ -1,23 +1,20 @@ -{% load static %} - - - - bigly +{% extends 'bigly/_base.html' %} - - - - - - - - - - - - - - -
Link:{{ link }}
- - +{% block body %} + + + + {% if 200 <= status and status < 300 %} + + {% elif 400 <= status and status < 600 %} + + {% else %} + + {% endif %} + + + + + +
Status:{{ status }}{{ status }}{{ status }}
Link:{{ link }}
+{% endblock %}