diff --git a/archivist/sites/templates/fa/search_results.html b/archivist/sites/templates/fa/search_results.html new file mode 100644 index 0000000..ab9db2f --- /dev/null +++ b/archivist/sites/templates/fa/search_results.html @@ -0,0 +1,100 @@ + +{% extends 'base.html' %} + +{% block title %}Submission Search Results{% endblock %} + +{% load custom_filters %} + +{% load static %} + +{% block content %} +
+

Search Results

+ +
+
+ + +
+ +
+ + +
+
+ + +
+ +
+
+ +
+
+
+
+{% endblock %} \ No newline at end of file