[enh] links to preferences

This commit is contained in:
asciimoo 2014-01-01 22:17:10 +01:00
parent 1df697305c
commit 2e55e5f0be
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
{% include 'search.html' %}
<p class="top_margin">
<a href="/about" class="hmarg">about</a>
<a href="/preferences" class="hmarg">preferences</a>
</p>
</div>
{% endblock %}

View File

@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block title %}{{ q }} - {% endblock %}
{% block content %}
<div class="right"><a href="/preferences">preferences</a></div>
<div class="small">
{% include 'search.html' %}
</div>