Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
commit 7653c57b17a8ec2a937c923630e8341164879761 Author: Johan Cwiklinski johan@x-tnd.be Date: Sat Nov 3 19:34:45 2012 +0100
Add some links in footer
fedocal/templates/master.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/fedocal/templates/master.html b/fedocal/templates/master.html index bcbd004..63d6371 100644 --- a/fedocal/templates/master.html +++ b/fedocal/templates/master.html @@ -101,6 +101,7 @@ {% endif %} </div> </aside> + </div> <footer> <a href="#">Fedocal</a> - <a href="#">License</a> - <a href="{{ url_for('api') }}">API</a> - <a href="#">Author</a> - <a href="#">Website</a> </footer>
fedocal-devel@lists.fedorahosted.org