convert the very basic UI we had to bootstrap

This commit is contained in:
2016-03-30 16:00:49 -05:00
parent 5225d2bd6b
commit 85f9ae7d4d
13 changed files with 105 additions and 37 deletions

View File

@@ -1,6 +1,10 @@
{% extends 'base.html' %}
{% block title %}index{% endblock %}
<!--
vi:tabstop=4:expandtab:autoindent
-->
{% block title %}{{ site.domain }}{% endblock %}
{% block navbarbrand %}
<a class="navbar-brand navbar-brand-active" href="{% url 'home' %}">{{ site.domain }}</a>
{% endblock %}
{% block content %}
{% endblock content %}