Changeset - b693b550a406
[Not reviewed]
0 2 0
Tobias - 6 years ago 2018-10-20 22:45:36
tobias@localhost.localdomain
Prepare docs info page
2 files changed with 10 insertions and 4 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/flatpages/default.html
Show inline comments
 
{% extends "utility_page.html" %}
 
{% extends "site_base.html" %}
 

	
 
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
 
{% block body_class %}text-primary{% endblock body_class %}
 
{% block main_class %}container{% endblock main_class %}
 

	
 
{% block content %}
 

	
 
{{ flatpage.content }}
 

	
 
<div class="row">
 
  <div class="col-md-1"></div>
 
  <div class="col-12 col-md-10 content text-page">
 
    {{ flatpage.content }}
 
  </div>
 
</div>
 
{% endblock content %}
pinaxcon/templates/flatpages/miniconfs.html
Show inline comments
...
 
@@ -87,6 +87,7 @@
 
              professionals of all kinds from across Australia. Topics on every aspect of
 
              technical communication are welcome, ranging from languages and tools to
 
              building communities and the state of the industry.</p>
 
              <a href="/programme/miniconfs/docs">More info</a>
 
            </div>
 
          </div>
 
        </div>
0 comments (0 inline, 0 general)