Files @ c8218bb9d0ea
Branch filter:

Location: symposion_app/pinaxcon/templates/site_base.html - annotation

James Polley
Correct variable name to reflect what it's naming

IT's not the container name, it's the image name. Fix the name to be
less confusing.
04f246d85071
04f246d85071
04f246d85071
0aa48837cffb
4d15cbf85c48
a0ee642cc30a
fb7ffbc68e0d
4d15cbf85c48
e18cfc4704a5
750902c5c395
04f246d85071
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
6121ce79cc88
fb7ffbc68e0d
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
1886323d7431
4d15cbf85c48
e86a811f3863
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4d15cbf85c48
4f106a0cd4cd
{% load staticfiles %}
{% load i18n %}
{% load sitetree %}
{% load staticfiles %}
{% load sass_tags %}


<!DOCTYPE html>



<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="description" content="">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  
  <title>{% block head_title_base %}{% if SITE_NAME %}{{ SITE_NAME }} | {% endif %}{% block head_title %}{% endblock %}{% endblock %}</title>
  
  {% block styles %}
  <link href="{% sass_src 'scss/app.scss' %}" rel="stylesheet" type="text/css" />
  
  <link rel="apple-touch-icon-precomposed" sizes="57x57" href="{% static 'lca2018/images/apple-touch-icon-57x57.png' %}" />
  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{% static 'lca2018/images/apple-touch-icon-114x114.png' %}" />
  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{% static 'lca2018/images/apple-touch-icon-72x72.png' %}" />
  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{% static 'lca2018/images/apple-touch-icon-144x144.png' %}" />
  <link rel="apple-touch-icon-precomposed" sizes="60x60" href="{% static 'lca2018/images/apple-touch-icon-60x60.png' %}" />
  <link rel="apple-touch-icon-precomposed" sizes="120x120" href="{% static 'lca2018/images/apple-touch-icon-120x120.png' %}" />
  <link rel="apple-touch-icon-precomposed" sizes="76x76" href="{% static 'lca2018/images/apple-touch-icon-76x76.png' %}" />
  <link rel="apple-touch-icon-precomposed" sizes="152x152" href="{% static 'lca2018/images/apple-touch-icon-152x152.png' %}" />
  <link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-196x196.png' %}" sizes="196x196" />
  <link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-96x96.png' %}" sizes="96x96" />
  <link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-32x32.png' %}" sizes="32x32" />
  <link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-16x16.png' %}" sizes="16x16" />
  <link rel="icon" type="image/png" href="{% static 'lca2018/images/favicon-128.png' %}" sizes="128x128" />
  <link rel="icon" href="{% static 'lca2018/images/favicon.png' %}" sizes="512x512" />
  <meta name="application-name" content="&nbsp;"/>
  <meta name="msapplication-TileColor" content="#FFFFFF" />
  <meta name="msapplication-TileImage" content="{% static 'lca2018/images/mstile-144x144.png' %}" />
  <meta name="msapplication-square70x70logo" content="{% static 'lca2018/images/mstile-70x70.png' %}" />
  <meta name="msapplication-square150x150logo" content="{% static 'lca2018/images/mstile-150x150.png' %}" />
  <meta name="msapplication-wide310x150logo" content="{% static 'lca2018/images/mstile-310x150.png' %}" />
  <meta name="msapplication-square310x310logo" content="{% static 'lca2018/images/mstile-310x310.png' %}" />
  
  {% block extra_style %}{% endblock %}
  {% endblock %}
  
  {% block extra_head_base %}
  {% block extra_head %}{% endblock %}
  {% endblock %}
</head>
<body class="{% block body_class %}{% endblock %}">
  {% block template_overrides %}{% endblock %}
  <header class="clearfix hidden-print">
      {% block navbar %}{% include 'nav.html' %}{% endblock %}
  </header>
    
  <main role="main" class="{% block main_class %}container{% endblock %}">
    {% if messages %}
    <ul class="messagelist hidden-print">
      {% for message in messages %}
      <li{% if message.tags %} class="{{ message.tags }}"{% endif %}>{{ message }}</li>
      {% endfor %}
    </ul>
    {% endif %}
    
    


    {% block body_base %}
    {% block body %}
    
    <div class="row">
      <div class="col-md-1">
        {% block body_outer %}
        {% endblock %}
      </div>
    </div>
    {% block content %}
    {% endblock %}
    {% endblock %}
    {% endblock %}
    
    {% block footer_base %}
    {% block footer %}
    {% endblock %}
    {% endblock %}
    
    {% block scripts %}
    <script src="{% static 'js/app.js' %}" type="text/javascript"></script>
    <script src="{% static 'js/jquery.formset.js' %}"></script>
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
    <script src="{% static 'bootstrap/js/bootstrap.min.js' %}"></script>
    {% block extra_script %}
    {% endblock %}
    {% block scripts_extra %}{% endblock %}
    {% endblock %}
    
    {% block extra_body_base %}
    {% block extra_body %}
    {% endblock %}
    {% endblock %}
  </main>

  <footer class="bg-white text-primary py-5">
    <p>
      &copy; 2018 linux.conf.au <br />
      and Linux Australia. <br />
      Linux is a registered <br />
      trademark of Linus Torvalds.
    </p>
  </footer>
</body>
</html>