Skip to content

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
nilandev committed Jan 10, 2024
1 parent ed06593 commit 2427b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bloggy/templates/errors/404.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base-with-header.html" %}
{% load static %}
{% load custom_widgets %}
{% load define_action %}
Expand Down
2 changes: 1 addition & 1 deletion bloggy/templates/errors/500.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base-with-header.html" %}
{% block content %}
<div class="container py-5">
<p style="font-weight: 400;" class="h2">{{ errorCode }}
Expand Down

0 comments on commit 2427b45

Please sign in to comment.