git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Redirects to error pages for most pages work. Still todo: adding/editing sandwiches...
[~kgodey/maayanwich.git]
/
templates
/
notloggedin.html
1
{% extends "base.html" %}
2
3
{% block content %}
4
<h1 class="pagetitle">You are not logged in!</h1>
5
{% endblock %}