File diff 6789b25e69a3 → 430d3dad99eb
pinaxcon/templates/symposion/reviews/result_notification.html
Show inline comments
 
{% extends "symposion/reviews/base.html" %}
 

	
 
{% load i18n %}
 

	
 

	
 
{% block body_class %}{{ block.super }} review-results{% endblock %}
 

	
 
{% block extra_style %}
 
    <style type="text/css">
 
        .table-striped tbody tr.selected td {
 
            background-color: #F7F4E6;
 
        }
 
    </style>