{% if incident.report_number %}{{ incident.report_number }}{% endif %}
-
+
{% with detail=True %}
- {% include 'partials/incident_fields.html' %}
+ {% include "partials/incident_fields.html" %}
{% endwith %}
@@ -60,19 +60,19 @@
Incident Description
{{ incident.description | markdown }}
- {% include 'partials/links_and_videos_row.html' %}
+ {% include "partials/links_and_videos_row.html" %}
{% if current_user.is_administrator
or (current_user.is_area_coordinator and current_user.ac_department_id == incident.department_id) %}
{% if current_user and current_user.is_authenticated %}
@@ -92,4 +94,4 @@
All images have been classfied!
{% endif %}
{% endif %}
-{% endblock %}
+{% endblock content %}
diff --git a/OpenOversight/app/templates/submit_image.html b/OpenOversight/app/templates/submit_image.html
index f6eed910e..ef3d040b5 100644
--- a/OpenOversight/app/templates/submit_image.html
+++ b/OpenOversight/app/templates/submit_image.html
@@ -1,16 +1,18 @@
{% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %}¬
-{% block title %}Submit images to OpenOversight{% endblock %}
+{% block title %}
+ Submit images to OpenOversight
+{% endblock title %}
{% block meta %}
-{% endblock %}
+{% endblock meta %}
{% block head %}
-{% endblock %}
+{% endblock head %}
{% block content %}
@@ -44,7 +46,9 @@
Select the department that the police officer in your image belongs to:
Drop images here to submit photos of officers:
-
Drag photographs from your computer directly into the box above or click the box to launch a finder window.
@@ -84,4 +88,4 @@
High Security Submissions
We do not log unique identifying information of visitors to our website, but if you have privacy concerns in submitting photographs, we recommend using Tor Browser.
Drop images here to submit photos of {{ officer.full_name() }} in {{ officer.department.name }}:
-
@@ -26,17 +26,17 @@
Drop images here to submit photos of {{ officer.full_name() }} in {{ officer
class="btn btn-primary"
href="{{ url_for('main.officer_profile', officer_id=officer.id) }}">Done uploading images