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