diff --git a/forunb/main/templates/main/base.html b/forunb/main/templates/main/base.html index 8dc4f643..1da39202 100644 --- a/forunb/main/templates/main/base.html +++ b/forunb/main/templates/main/base.html @@ -39,8 +39,8 @@ -
diff --git a/forunb/search/templates/search/not_found.html b/forunb/search/templates/search/not_found.html new file mode 100644 index 00000000..e4111df7 --- /dev/null +++ b/forunb/search/templates/search/not_found.html @@ -0,0 +1,16 @@ + + + + + + Não Encontrado + + + +
+

Fórum não encontrado

+

Não conseguimos encontrar um fórum com o título "{{ query }}"

+ Voltar à lista de fóruns +
+ + \ No newline at end of file