File diff 7074802d50c0 → d8a702c8c922
conservancy/static/fossy/index.html
Show inline comments
 
{% extends "base_standard.html" %}
 
{% load static %}
 
{% block subtitle %}FOSSY - {% endblock %}
 
{% block submenuselection %}FOSSY{% endblock %}
 
{% block content %}
...
 
@@ -15,7 +16,7 @@
 
Center!</p>
 

	
 
<div class="picture right" style="width: 300px;">
 
  <img src="../img/occ.jpg" alt="Aerial photograph of the Oregon Convention Center" style="max-height: 12em;">
 
  <img src="{% static 'img/occ.jpg' %}" alt="Aerial photograph of the Oregon Convention Center" style="max-height: 12em;">
 
  <p>CC-BY 2.0 Oregon Convention Center</p>
 
</div>