3410abd70a
Now that full-text searching is set up in the DB, the next step is data population. The adding and editing templates were added as long as routes and base functionality to add single locations. Adding works and editing is almost there but both still need to cleaned up. The basic plumbing will be completed and then the tweaking to account for roles and login status for the sake of security. Part 2 will include clean up and and bulk uploads through the use of CSV files.
15 lines
468 B
Twig
15 lines
468 B
Twig
{% extends "base/frame.twig" %}
|
|
{% block stylesheets %}
|
|
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=dfdferer">
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
<section role="den-index">
|
|
<h1>
|
|
Welcome to the Den.
|
|
|
|
</h1>
|
|
Remember to pace yourself because you're working with some of the worse places on the web. Drink water, takes lot of breaks and remember you are the reason the interent is becoming safer.
|
|
</section>
|
|
{% endblock %}
|