{% extends "base.html" %} {% load compress staticfiles hc_extras %} {% block title %}Account Settings - {% site_name %}{% endblock %} {% block content %}

Settings

Status Badges

{% site_name %} provides status badges for each of the tags you have used. The badges have public, but hard-to-guess URLs. If you wish, you can add them to your READMEs, dashboards or status pages.

{% for urldict in urls %} {% endfor %}
{{ urldict.svg }}
Overall status:
{{ master.svg }}
{% for urldict in urls %} {% endfor %}
{{ urldict.json }}
Overall status:
{{ master.json }}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}