Mercurial
Mercurial
>
pytask.new
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
pytask/templates/under_construction.html
author
Nishanth Amuluru <nishanth@fossee.in>
Sun, 09 Jan 2011 20:33:08 +0530
changeset 131
602a909e9e16
permissions
-rw-r--r--
added under_construction view and used it
{% extends 'base.html' %}
{% block content %}
<h1> Page Under Construction </h1>
{% endblock %}