typo in index
This commit is contained in:
parent
cbdfe627b8
commit
133e1e4aac
|
@ -1,8 +1,8 @@
|
|||
{% extends "base" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Here is {{title}}</h1>
|
||||
<h3>Here are the registered users :</h3>
|
||||
<h1>This is {{ title }}</h1>
|
||||
<h3>Here are the available pages :</h3>
|
||||
<ul>
|
||||
{% for s in items %}
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue