mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 06:49:02 +00:00
Websites being indexed now show up on the homepage
This commit is contained in:
@@ -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"> </span> </p>
|
||||
{% if current_websites %}
|
||||
<p>Currently indexing <code>{{ current_websites }}</code><span class="vim-caret"> </span> </p>
|
||||
{% endif %}
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user