Unverified Kaydet (Commit) 06b25c29 authored tarafından Uğur Özyılmazel's avatar Uğur Özyılmazel

Fix: remove unnecessary blog/index.html file

üst 7bba2b5b
{% extends "baseapp/base.html" %}
{% load static %}
{% load i18n %}
{% block page_title %}Blog Application{% endblock %}
{% block page_body %}
<div class="container">
<div class="row">
<div class="twelve columns">
<h1>Hello from Blog</h1>
{% hdbg %}
</div>
</div>
</div>
{% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment