Changeset - 61020df0f248
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-10-10 18:30:08
brettcsmith@brettcsmith.org
video: Fix typos.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/video.html
Show inline comments
...
 
@@ -7,12 +7,12 @@
 

	
 
{% block heading %}Videos{% endblock %}
 

	
 
{% block body_class %}videos{% endblock %}
 
{% block body_class %}video{% endblock %}
 

	
 
{% block content %}
 
  {% markdown %}
 

	
 
{% include "static_pages/videos.md" %}
 
{% include "static_pages/video.md" %}
 

	
 
  {% endmarkdown %}
 
{% endblock %}
0 comments (0 inline, 0 general)