Changeset - f502f47bb3b7
[Not reviewed]
0 2 0
Tobias - 6 years ago 2018-10-06 01:27:21
tobias@localhost.localdomain
Add announcement toolbar
2 files changed with 11 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/flatpages/homepage.html
Show inline comments
...
 
@@ -12,6 +12,16 @@ integrity="sha512-/Nsx9X4HebavoBvEBuyp3I7od5tA0UzAxs+j83KgC8PU0kgB4XiK4Lfe4y4cgB
 
crossorigin=""></script>
 
{% endblock %}
 

	
 
{% block alert %}
 
{% if flatpage.content %}
 
<div class="row">
 
  <div class="col-12 bg-primary text-secondary p-3 content">
 
    <strong>Important Announcement: </strong>{{ flatpage.content }}
 
  </div>
 
</div>
 
{% endif %}
 
{% endblock %}
 

	
 
{% block body_out %}
 
<div class="row">
 
  <div class="col-12">
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -44,6 +44,7 @@
 
<body class="{% block body_class %}{% endblock %}">
 
  {% block template_overrides %}{% endblock %}
 
  <header class="clearfix hidden-print">
 
      {% block alert %}{% endblock %}
 
      {% block navbar %}{% include 'nav.html' %}{% endblock %}
 
  </header>
 

	
0 comments (0 inline, 0 general)