Ignore:
Timestamp:
Feb 17, 2013, 2:25:26 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
21f7242
Parents:
59506d6
git-author:
Alex Dehnert <adehnert@…> (02/17/13 02:25:26)
git-committer:
Alex Dehnert <adehnert@…> (02/17/13 02:25:26)
Message:

Incorporate feedback from CAC

  • Expand the description for "CAC Combo Only"
  • Link to the description of "CAC Key" on the ASA website
File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/space/lock_types.html

    rf6982d4 r8aea837  
    1818<tr>
    1919    <th>{{lock_type.name}}</th>
    20     <td>{{lock_type.description}}</td>
     20    <td>{{lock_type.description}}{% if lock_type.info_url %} <a href='{{lock_type.info_url}}'>Details.</a>{%endif%}</td>
    2121    <td><a href='mailto:{{lock_type.info_addr}}'>{{lock_type.info_addr}}</a></td>
    2222    <td>{% if lock_type.db_update != "none" %}Yes: {%endif%}{{lock_type.get_db_update_display}}</td>
Note: See TracChangeset for help on using the changeset viewer.