Websites being indexed now show up on the homepage

This commit is contained in:
Simon
2018-06-12 21:51:02 -04:00
parent bccb1d0dfd
commit 24ef493245
6 changed files with 25 additions and 20 deletions

View File

@@ -13,8 +13,8 @@
~{{ stats["file_size"] | filesizeformat }} in
{{ stats["website_paths"] }} folders from {{ stats["website_count"] }} website(s)</p>
{% endif %}
{% if current_website %}
<p>Currently indexing <code>{{ current_website }}</code><span class="vim-caret">&nbsp;</span> </p>
{% if current_websites %}
<p>Currently indexing <code>{{ current_websites }}</code><span class="vim-caret">&nbsp;</span> </p>
{% endif %}
<p></p>
</div>

View File

@@ -26,7 +26,7 @@
</div>
<div class="row">
<div class="col">
{{ recaptcha.get_code()|safe }}
{# {{ recaptcha.get_code()|safe }}#}
</div>
<div class="col">
<input class="btn btn-primary" type="submit" value="Submit" title="Submit open directory">
@@ -43,7 +43,7 @@
</div>
<div class="row">
<div class="col">
{{ recaptcha.get_code()|safe }}
{# {{ recaptcha.get_code()|safe }}#}
</div>
<div class="col">
<input class="btn btn-primary" type="submit" value="Submit" title="Submit open directories">