1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00

Accidentally included header.html twice

This commit is contained in:
Michael Foster 2013-07-31 05:06:29 -04:00
parent f0e3d62b0f
commit ee64c02f33

View File

@ -1,7 +1,6 @@
<!doctype html>
<html>
<head>
{% include 'header.html' %}
<meta charset="utf-8">
{% include 'header.html' %}
<title>{{ board.url }} - {{ board.title|e }}</title>