mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-20 04:23:26 +02:00
Reviewed some settings again, fixing many glitches
This commit is contained in:
@@ -31,7 +31,7 @@ Here you can tell other players about yourself. This information will be display
|
||||
<input name="info_location" value="{{ account_location }}" size="30" maxlength="50" >
|
||||
</td>
|
||||
</tr>
|
||||
{% if config.account_country %}
|
||||
{% if setting('core.account_country') %}
|
||||
<tr>
|
||||
<td class="LabelV" >Country:</td>
|
||||
<td>
|
||||
@@ -97,4 +97,4 @@ Here you can tell other players about yourself. This information will be display
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user