Ignore:
Timestamp:
Jun 6, 2010, 6:21:36 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, space-access, stable, stage, test-hooks
Children:
14df8a6
Parents:
3400018
git-author:
Alex Dehnert <adehnert@…> (06/06/10 06:13:48)
git-committer:
Alex Dehnert <adehnert@…> (06/06/10 06:21:36)
Message:

Brand the main FYSM page like the detail pages

Previously, the main FYSM page was branded like the "database" pages. This
is unfortunate, because we mostly don't want prefrosh to look at the rest
of the database, but do want them to look at the rest of the FYSM, so it
seems like it should match the FYSM instead of the rest of the "database".
Also, the navigation links to get to the rest of the "database" are now
gone.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/fysm/fysm_listing.html

    rf462be6 r2eefd9f  
    1 {% extends "base.html" %}
     1{% extends "base-plain.html" %}
    22{% load formcats %}
    33
     
    55{% block content %}
    66
    7 <h2>First Year Summer Mailing ({{year}})</h2>
     7<div class='fysm-summarystrip'>
     8<h3 class='display-name'>First Year Summer Mailing ({{year}})</h3>
     9</div>
    810
     11<div style='padding: 1em;'>
    912{% if category %}
    1013<h2>{{category.name}} Groups</h2>
     
    1922</ul>
    2023{% endif %}
     24</div>
    2125
    2226{% for fysm in fysm_list %}
Note: See TracChangeset for help on using the changeset viewer.