File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed
Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 121121 'pythonkc_site.contact' ,
122122)
123123
124+ TEMPLATE_CONTEXT_PROCESSORS = (
125+ "django.contrib.auth.context_processors.auth" ,
126+ "django.core.context_processors.debug" ,
127+ "django.core.context_processors.i18n" ,
128+ "django.core.context_processors.media" ,
129+ "django.core.context_processors.static" ,
130+ "django.contrib.messages.context_processors.messages" ,
131+ "django.core.context_processors.request" ,
132+ )
133+
124134# A sample logging configuration. The only tangible logging
125135# performed by this configuration is to send an email to
126136# the site admins on every HTTP 500 error.
Original file line number Diff line number Diff line change @@ -329,3 +329,13 @@ section.resources{
329329 background-color : # 1B82B3 ;
330330 color : # 87CDED ;
331331}
332+
333+ .contact-sent {
334+ position : absolute;
335+ top : 0 ;
336+ left : 0 ;
337+ right : 0 ;
338+ height : 20px ;
339+ background-color : # EEE ;
340+ text-align : center;
341+ }
Original file line number Diff line number Diff line change 1414 </ head >
1515 < body >
1616 < header role ="banner "> </ header >
17-
17+
18+ {% if request.GET.contact_sent == 'yes' %}
19+ < span class ="contact-sent ">
20+ Thanks for dropping us a note! We look forward to getting in touch
21+ with you. In the meantime, consider joining our little group or
22+ RSVP'ing for our next event to see what we're all about!
23+ </ span >
24+ {% endif %}
25+
1826 < section class ="next-meeting ">
1927 < div class ="wrap ">
2028 < article >
You can’t perform that action at this time.
0 commit comments