This commit is contained in:
JoseluCross
2018-09-30 12:13:14 +02:00
parent a465ac6199
commit 94d28dc292
8 changed files with 228 additions and 91 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base.twig" %}
{% extends app.fronthtml~"/base.twig" %}
{% block content %}
<form class="form-horizontal" method="post">
<div class="form-group">

View File

@@ -69,7 +69,7 @@
<div class="form-group">
<label class="control-label col-sm-2" for="name">Nickname:</label>
<div class="col-sm-10">
<input type="text" class="form-control" required="required" name="name" id="pwdre-re" placeholder="Enter your nickname for public identification">
<input type="text" class="form-control" required="required" name="nick" id="nick" placeholder="Enter your nickname for public identification">
</div>
</div>
<div class="form-group">

View File

@@ -14,7 +14,7 @@
<a href="{{ path('home') }}">Home</a>
</li>
<li {% if page.page == "add" %}class="active"{% endif %}>
<a href="?page=add">Submit code</a>
<a href="{{ path('add') }}">Submit code</a>
</li>
<li {% if page.page == "doc" %}class="active"{% endif %}>
<a href="{{ path('doc') }}">Documentation</a>