Added buttons to view and edit people from index.

Updated additional ajax realted template things
This commit is contained in:
Tom Price
2014-11-04 00:11:04 +00:00
parent 194d9d6782
commit d8f399bfe3
6 changed files with 39 additions and 12 deletions

View File

@@ -99,6 +99,17 @@ USE_L10N = True
USE_TZ = True
TEMPLATE_CONTEXT_PROCESSORS = (
"django.contrib.auth.context_processors.auth",
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",
"django.core.context_processors.static",
"django.core.context_processors.tz",
"django.core.context_processors.request",
"django.contrib.messages.context_processors.messages",
)
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.7/howto/static-files/