From 3a680b5d2442268ab117c0f98f21a039d4544bd8 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Wed, 11 Dec 2013 15:31:24 +0530 Subject: base one --- static/forums/templates/user-login.html | 43 +++++++++++-- static/website/css/main.css | 42 +++++++++++-- static/website/js/thread-user.js | 32 +++++++--- static/website/templates/base.html | 14 ++++- static/website/templates/get-question.html | 23 ++----- static/website/templates/index.html | 30 ++++++++- static/website/templates/notifications.html | 33 ++++++++++ static/website/templates/notify.html | 7 +++ static/website/templates/user-questions.html | 36 +++++++++++ static/website/templates/user-replies.html | 36 +++++++++++ website/models.py | 7 +++ website/templatetags/notify.py | 23 +++++++ website/urls.py | 6 ++ website/views.py | 94 +++++++++++++++++++++++++++- 14 files changed, 385 insertions(+), 41 deletions(-) create mode 100644 static/website/templates/notifications.html create mode 100644 static/website/templates/notify.html create mode 100644 static/website/templates/user-questions.html create mode 100644 static/website/templates/user-replies.html create mode 100644 website/templatetags/notify.py diff --git a/static/forums/templates/user-login.html b/static/forums/templates/user-login.html index 6ac4fee..27f5a1f 100644 --- a/static/forums/templates/user-login.html +++ b/static/forums/templates/user-login.html @@ -1,4 +1,39 @@ -
+{% extends "website/templates/base.html" %} +{% load widget_tweaks %} +{% block content %} ++ Register +
+