home
·
contact
·
privacy
projects
/
plomtask
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
From Process view, remove step addition field in illegal position.
[plomtask]
/
templates
/
base.html
1
<!DOCTYPE html>
2
<html>
3
<meta charset="UTF-8">
4
<body>
5
<a href="processes">processes</a>
6
<a href="day">today</a>
7
<a href="calendar">calendar</a>
8
<hr>
9
{% block content %}
10
{% endblock %}
11
</body>
12
</html>