Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open
Commits
125f29ec
Commit
125f29ec
authored
Mar 04, 2014
by
Benjamin S Waters
Browse files
merged with renfreds changes
parents
0ed1cc3d
17937a51
Changes
3
Hide whitespace changes
Inline
Side-by-side
settings/urls.py
View file @
125f29ec
...
...
@@ -3,6 +3,7 @@ from django.contrib.sites.models import Site
# Uncomment the next two lines to enable the admin:
from
django.contrib
import
admin
admin
.
autodiscover
()
urlpatterns
=
patterns
(
''
,
# Examples:
# Uncomment the admin/doc line below to enable admin documentation:
...
...
templates/management/facility.html
0 → 100644
View file @
125f29ec
{% extends "management/layouts/base.html" %}
{% load static %}
{% block content %}
<div
class=
"container"
>
<div
class=
"row"
>
<h1>
Manage {Facility}
</h1>
</div>
</div>
{% endblock %}
templates/management/index.html
View file @
125f29ec
{% extends 'layouts/base.html' %}
{% extends "management/layouts/base.html" %}
{% load static %}
{% block content %}
<div
class=
"container"
>
<h1>
Manage
</h1>
</div>
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment