diff --git a/board/templates/board/board_detail.html b/board/templates/board/board_detail.html index 06e67da..c98e58f 100644 --- a/board/templates/board/board_detail.html +++ b/board/templates/board/board_detail.html @@ -12,7 +12,7 @@ {# board header #}
 
-
+

/{{ board.url }}/ - {{ board.name }}

 
@@ -21,12 +21,10 @@ {# post creation form #}
 
- diff --git a/board/templates/board/post_detail.html b/board/templates/board/post_detail.html index 5c7fc1a..68b5f69 100644 --- a/board/templates/board/post_detail.html +++ b/board/templates/board/post_detail.html @@ -11,7 +11,7 @@ {# board header #}
 
-
+

/{{ board.url }}/ - {{ board.name }}

 
@@ -20,7 +20,7 @@ {# post creation form #}