Ignore:
Timestamp:
05/16/13 12:52:40 (11 years ago)
Author:
BSanchezRZG
Message:

Update with sorting choice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CenterRegistry/trunk/templates/center/base.html

    r2807 r2895  
    44<head>
    55        <title>{% if title %}{{title}}{% else %}CLARIN Center Registry{% endif %}</title>
    6        <!--  <link rel="stylesheet" href="/static/css/cr.css"> -->
     6 
     7        <link rel="stylesheet" href="/static/css/cr.css">
     8        {% load static %}
    79        {% block "extrahead" %}
    810        {% endblock %}
    911</head>
    10 
    1112<body>
    1213        <h1>{{title}}</h1>
Note: See TracChangeset for help on using the changeset viewer.