From 0d7ca3b4a4206fbc46636682836006b7dbd83de4 Mon Sep 17 00:00:00 2001 From: "antoine.mcnabb" Date: Mon, 26 Oct 2015 16:40:20 -0400 Subject: [PATCH] Version 1. --- blog/migrations/0001_initial.pyc | Bin 1085 -> 1101 bytes blog/migrations/__init__.pyc | Bin 154 -> 162 bytes member/migrations/0001_initial.pyc | Bin 1077 -> 1093 bytes member/migrations/0002_auto_20150616_2213.pyc | Bin 986 -> 1002 bytes member/migrations/0003_auto_20150721_1829.pyc | Bin 983 -> 999 bytes member/migrations/__init__.pyc | Bin 156 -> 164 bytes member/templates/member/index.html | 32 +++- member/templates/member/show.html | 34 ++++- project/migrations/0001_initial.pyc | Bin 1308 -> 1324 bytes project/migrations/__init__.pyc | Bin 157 -> 165 bytes project/templates/project/index.html | 7 +- project/templates/project/projet.html | 46 +++--- static/css/style.css | 138 ++++++++++++------ static/img/jams/55906118.jpg | Bin 60047 -> 0 bytes static/js/modalWindow.js | 6 + templates/index.html | 29 ++-- templates/template.html | 8 +- 17 files changed, 198 insertions(+), 102 deletions(-) delete mode 100644 static/img/jams/55906118.jpg create mode 100644 static/js/modalWindow.js diff --git a/blog/migrations/0001_initial.pyc b/blog/migrations/0001_initial.pyc index efbc348000dec96b76f3c33f6bfb698b6375ea7f..3bc43315c30a261a788a0ec6f848efd2fe01ee81 100644 GIT binary patch delta 122 zcmdnXah8Lf`7v@#i>QbF^+j9`I&jCF)sPZrManjCB-q$ e`FUBTMX50XMfq8&CB>8fF{@6_XU-&Dn>_&OB`eVY delta 106 zcmX@hv6q9L`7}Go23=9m;RxzQ)sYS&xj(H{dnR%%(F8Rr&xv6<2#WBwL Ud0C}JsWAaX`B|wY#S@dw0iG}xg8%>k delta 57 zcmZ3)IE#^;`79d`7v@#i>QbF^+j9`I&jCF)sPZrManjCB-q$ e`FUBTMX50XMfq8&CB>8Nm?w~~MSZd~ixdFGU@7VV delta 106 zcmX@gv6X|J`7{FQZVi*`0oULL)i&Kk=V;u8J@-y>NV_fo+OLJ56N{VBg e^YgMwi&A3(it@8kONu8SWLi$T7Nf}rn56(s$Sjor delta 106 zcmaFGev6%*`7ej!DibO^PWf%FjwoE&=lL^Rh~d VQj0T7QYX)2Hk$mKsg!u-J^(cuC-49O diff --git a/member/migrations/0003_auto_20150721_1829.pyc b/member/migrations/0003_auto_20150721_1829.pyc index 4bdaeac035b3a23b2b160a1cfda1c4df0b898077..877d6909c51c2dc83daa2a242d726eac72c3b19d 100644 GIT binary patch delta 122 zcmcc4{+yki`7NV_fo+OLJ56N{VBg e^YgMwi&A3(it@8kONu9VGaF6*#gt9DHXi^&=qy_R delta 106 zcmaFPex042`7ej!DibO^PWf%FjwoE&=lL^Rh~d VQj0T7QYT+vnoGP=qseEPr2sm&C>#I) diff --git a/member/migrations/__init__.pyc b/member/migrations/__init__.pyc index 9f9b8ea69944985c6e348f3805fc1f7cec425316..41c65376b3be8f28fb8ce8b58dbf188dce842888 100644 GIT binary patch delta 65 zcmbQkxP+0N`7}Gnt3=9m;RxzQ)sYS&xj(H{dnR%%(F8Rr&xv6<2#WBwL Ud0C}JsWAaX`B|wY#S@b)0iVnki~s-t delta 57 zcmZ3&IERs)`7
{% for admin in admins %} -
+ @@ -43,21 +44,38 @@ + + {% endblock %} diff --git a/member/templates/member/show.html b/member/templates/member/show.html index caac62b..ebd73dd 100644 --- a/member/templates/member/show.html +++ b/member/templates/member/show.html @@ -1,7 +1,31 @@ -{% extends 'template.html' %} - {% block content %} - -

{{ member.first_name }} {{ member.last_name }}

- +{% load staticfiles %} +