-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
@todo: remove template-dependency in py-code
when nobody has comments this PR can be merged! |
confirm_action_flash.html | ||
~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
:copyright: (c) 2011-2015 by the Inyoka Team, see AUTHORS for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change all the copyright-dates to 2013-2015
. (→ does not only affect this file)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check
no comments != perfect code. So i made a fast review by only watching at the source-code without knowing what the code does. Hopefully, it was not too much spam… ;) |
</div> | ||
{%- endif %} | ||
|
||
<form action="" method="post"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
form-macros will not give (a lot of) reduction of the source code. However, it would be more consistent to use them here, too, imho.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now use form-macro, but the submitbutton has to place in the innerform-markup. have to wait for pr #105?
@media (max-width: @screen-xs-max) { | ||
position: relative; | ||
} | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
less does not want to compile because of this block. Is it even needed as there are no <dd>
/<dt>
anymore?
No description provided.