Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
commit 1d70845cad6d4d24293c3b367cb3720ec82e39f1 Author: Johan Cwiklinski johan@x-tnd.be Date: Sat Nov 3 20:28:57 2012 +0100
Fix HTML issues
fedocal/templates/agenda.html | 2 +- fedocal/templates/master.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/fedocal/templates/agenda.html b/fedocal/templates/agenda.html index 672eb65..e3431c0 100644 --- a/fedocal/templates/agenda.html +++ b/fedocal/templates/agenda.html @@ -68,7 +68,7 @@ {% endfor %} </table> </div> - +</section> {% endblock %}
{% block jscripts %} diff --git a/fedocal/templates/master.html b/fedocal/templates/master.html index ff07a8d..7ebdabf 100644 --- a/fedocal/templates/master.html +++ b/fedocal/templates/master.html @@ -63,7 +63,6 @@ <li> <a href="#">Contact admin</a> </li> - </li> </ul> </li> {% endfor %} @@ -101,9 +100,8 @@ {% endif %} </div> </aside> - </div> <footer> - <a href="https://fedorahosted.org/fedocal/">FedoCal</a> - <a href="#">License</a> - <a href="{{ url_for('api') }}">API</a> - <a href="#">Author</a> - <a href="https://fedorahosted.org/fedocal/report">Bugs & Improvements</a> + <a href="https://fedorahosted.org/fedocal/">Fedocal</a> - <a href="#">License</a> - <a href="{{ url_for('api') }}">API</a> - <a href="#">Author</a> - <a href="https://fedorahosted.org/fedocal/report">Bugs & Improvements</a> </footer> </div>
fedocal-devel@lists.fedorahosted.org