Changeset - dbc1cac2afd3
[Not reviewed]
0 7 0
Ben Sturmfels (bsturmfels) - 7 months ago 2023-10-19 05:49:13
ben@sturm.com.au
Fix links to forms.css, remove links to unused jquery-ui.css
7 files changed with 8 insertions and 18 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/activities/index.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% load cache %}
 
{% load humanize %}
 
{% block category %}WhatWeDo{% endblock %}
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<link href="/forms.css" rel="stylesheet" type="text/css"/>
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 

	
 
{% endblock %}
 

	
 
{% block outercontent %}
 
<div class="content-with-donate-sidebar">
 
    <div id="container">
www/conservancy/static/sustainer/event.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block subtitle %}Attend Supporter Night - {% endblock %}
 
{% block category %}supporter{% endblock %}
 

	
 
{% block head %}
 
<link href="/forms.css" rel="stylesheet" type="text/css"/>
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 
{% endblock %}
 

	
 
{% block content %}
 
<div class="content-with-donate-sidebar">
 
  <h1>Conservancy Supporter Night 2015</h1>
 
  <p>
www/conservancy/static/sustainer/thank-you-event.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block subtitle %}Thanks for Your Support - {% endblock %}
 
{% block category %}supporter{% endblock %}
 

	
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
{% endblock %}
 
{% block content %}
 
<h1>Conservancy Annual Supporter Night 2015!</h1>
 

	
 
<p>Thank you for signing up for Annual Supporter Night!  We look forward to
 
  seeing you there!</p>
 

	
...
 
@@ -18,22 +15,22 @@
 
    Restaurant at Rue Gr&egrave;try 51, 1000 Brussels, Belgium
 
      (<a href="http://www.openstreetmap.org/node/2698048172#map=18/50.84898/4.35214">map</a>)</dd>
 
    </dl>
 
    </p>
 

	
 
  <p>The current menu for this special evening is as follows:
 
    
 

 
    <ul>
 

	
 
      <li>1 drink (soft drink, mineral water or standard beer)</li>
 
      <li>Cream soup of the day (likely vegetarian)</li>
 
      <li>Choice of:
 
        <ul>
 
        <li><a href="http://en.wikipedia.org/wiki/Carbonade_flamande">Beef
 
            stew</a> with french fries, or:</li>
 
        <li>Spaghetti with tomato sauce (Vegetarian)</li> 
 
        <li>Spaghetti with tomato sauce (Vegetarian)</li>
 
      </ul>
 
      </li>
 
      <li>   <a href="http://en.wikipedia.org/wiki/Dame_blanche_%28dessert%29">Ice
 
          cream with chocolate sauce</a> (Vegetarian)</li>
 
     </ul>
 

	
www/conservancy/static/sustainer/thank-you.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block subtitle %}Thanks for Your Support - {% endblock %}
 
{% block category %}sustainer{% endblock %}
 

	
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
{% endblock %}
 
{% block content %}
 
<h1>Thanks!</h1>
 

	
 
<p>Thank you for being a Sustainer of Software Freedom Conservancy!</p>
 

	
 
<!-- <p>Are you at LinuxFest Northwest right now?  If so, you are now eligible to
...
 
@@ -15,13 +12,13 @@
 
  at 6:30PM, but space is limited!  please RSVP
 
  by <a href="mailto:rsvp-lfnw@sfconservancy.org">email to
 
  &lt;rsvp-lfnw@sfconservancy.org&gt;</a>.  Let us know any dietary
 
  restrictions in your email.  We'll email back with details of where the
 
  event is.</p>
 
 -->
 
  
 

 
<p>As a Conservancy Sustainer, you'll also be eligible for future special
 
benefits.  We may contact you directly by email later to tell you about
 
special Sustainer-only benefits in the coming year.</p>
 

	
 
<p>Meanwhile, please spread the word about supporting Conservancy with
 
  a &ldquo;Sustainer Badge&rdquo; on your website, Twitter account, or
www/conservancy/templates/base_compliance.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block category %}WhatWeDo{% endblock %}
 
{% load cache %}
 
{% load humanize %}
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<link href="/forms.css" rel="stylesheet" type="text/css"/>
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 

	
 
{% endblock %}
 

	
 
{% block outercontent %}
 
<div class="content-with-donate-sidebar">
 
    <div id="container">
www/conservancy/templates/base_press.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% load cache %}
 
{% load humanize %}
 
{% block category %}News{% endblock %}
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<link href="/forms.css" rel="stylesheet" type="text/css"/>
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 

	
 
{% endblock %}
 

	
 
{% block outercontent %}
 
<div class="content-with-donate-sidebar">
 
    <div id="container">
www/conservancy/templates/base_vizio.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% load cache %}
 
{% load humanize %}
 
{% block category %}Vizio{% endblock %}
 
{% block head %}
 
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
 
<link href="/forms.css" rel="stylesheet" type="text/css"/>
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 

	
 
{% endblock %}
 

	
 
{% block outercontent %}
 
<div class="content-with-donate-sidebar">
 
    <div id="container">
0 comments (0 inline, 0 general)